Uses of Class
backtype.storm.generated.RebalanceOptions

Packages that use RebalanceOptions
backtype.storm   
backtype.storm.generated   
 

Uses of RebalanceOptions in backtype.storm
 

Methods in backtype.storm with parameters of type RebalanceOptions
 void ILocalCluster.rebalance(String name, RebalanceOptions options)
           
 

Uses of RebalanceOptions in backtype.storm.generated
 

Methods in backtype.storm.generated that return RebalanceOptions
 RebalanceOptions RebalanceOptions.deepCopy()
           
 RebalanceOptions Nimbus.rebalance_args.get_options()
           
 

Methods in backtype.storm.generated with parameters of type RebalanceOptions
 int RebalanceOptions.compareTo(RebalanceOptions other)
           
 boolean RebalanceOptions.equals(RebalanceOptions that)
           
 void Nimbus.Iface.rebalance(String name, RebalanceOptions options)
           
 void Nimbus.Client.rebalance(String name, RebalanceOptions options)
           
 void Nimbus.AsyncIface.rebalance(String name, RebalanceOptions options, org.apache.thrift.async.AsyncMethodCallback<Nimbus.AsyncClient.rebalance_call> resultHandler)
           
 void Nimbus.AsyncClient.rebalance(String name, RebalanceOptions options, org.apache.thrift.async.AsyncMethodCallback<Nimbus.AsyncClient.rebalance_call> resultHandler)
           
 void Nimbus.Client.send_rebalance(String name, RebalanceOptions options)
           
 void Nimbus.rebalance_args.set_options(RebalanceOptions options)
           
 

Constructors in backtype.storm.generated with parameters of type RebalanceOptions
Nimbus.AsyncClient.rebalance_call(String name, RebalanceOptions options, org.apache.thrift.async.AsyncMethodCallback<Nimbus.AsyncClient.rebalance_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Nimbus.rebalance_args(String name, RebalanceOptions options)
           
RebalanceOptions(RebalanceOptions other)
          Performs a deep copy on other.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.