Uses of Class
org.apache.storm.generated.RebalanceOptions
Packages that use RebalanceOptions
-
Uses of RebalanceOptions in org.apache.storm
Methods in org.apache.storm with parameters of type RebalanceOptionsModifier and TypeMethodDescriptionvoid
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 RebalanceOptionsModifier and TypeMethodDescriptionvoid
Nimbus.rebalance
(String topoName, RebalanceOptions options) -
Uses of RebalanceOptions in org.apache.storm.generated
Methods in org.apache.storm.generated that return RebalanceOptionsModifier and TypeMethodDescriptionRebalanceOptions.deepCopy()
Nimbus.rebalance_args.get_options()
TopologyActionOptions.get_rebalance_options()
Methods in org.apache.storm.generated with parameters of type RebalanceOptionsModifier and TypeMethodDescriptionint
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 RebalanceOptionsModifierConstructorDescriptionrebalance_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.