Uses of Class
org.apache.storm.generated.RebalanceOptions
-
Packages that use RebalanceOptions Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.generated -
-
Uses of RebalanceOptions in org.apache.storm
Methods in org.apache.storm with parameters of type RebalanceOptions Modifier and Type Method Description void
ILocalCluster. rebalance(String name, RebalanceOptions options)
Rebalance a topology.void
LocalCluster. rebalance(String name, RebalanceOptions options)
-
Uses of RebalanceOptions in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus with parameters of type RebalanceOptions Modifier and Type Method Description void
Nimbus. rebalance(String topoName, RebalanceOptions options)
-
Uses of RebalanceOptions in org.apache.storm.generated
Methods in org.apache.storm.generated that return RebalanceOptions Modifier and Type Method Description RebalanceOptions
RebalanceOptions. deepCopy()
RebalanceOptions
Nimbus.rebalance_args. get_options()
RebalanceOptions
TopologyActionOptions. get_rebalance_options()
Methods in org.apache.storm.generated with parameters of type RebalanceOptions Modifier and Type Method Description int
RebalanceOptions. compareTo(RebalanceOptions other)
boolean
RebalanceOptions. equals(RebalanceOptions that)
void
Nimbus.AsyncClient. rebalance(String name, RebalanceOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
Nimbus.AsyncIface. rebalance(String name, RebalanceOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
Nimbus.Client. rebalance(String name, RebalanceOptions options)
void
Nimbus.Iface. rebalance(String name, RebalanceOptions options)
static TopologyActionOptions
TopologyActionOptions. rebalance_options(RebalanceOptions value)
void
Nimbus.Client. send_rebalance(String name, RebalanceOptions options)
void
Nimbus.rebalance_args. set_options(RebalanceOptions options)
void
TopologyActionOptions. set_rebalance_options(RebalanceOptions value)
Constructors in org.apache.storm.generated with parameters of type RebalanceOptions Constructor Description rebalance_args(String name, RebalanceOptions options)
rebalance_call(String name, RebalanceOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
RebalanceOptions(RebalanceOptions other)
Performs a deep copy on other.
-