Uses of Class
org.apache.storm.generated.Nimbus.killTopologyWithOpts_args
-
Packages that use Nimbus.killTopologyWithOpts_args Package Description org.apache.storm.generated -
-
Uses of Nimbus.killTopologyWithOpts_args in org.apache.storm.generated
Methods in org.apache.storm.generated that return Nimbus.killTopologyWithOpts_args Modifier and Type Method Description Nimbus.killTopologyWithOpts_args
Nimbus.killTopologyWithOpts_args. deepCopy()
Nimbus.killTopologyWithOpts_args
Nimbus.AsyncProcessor.killTopologyWithOpts. getEmptyArgsInstance()
Nimbus.killTopologyWithOpts_args
Nimbus.Processor.killTopologyWithOpts. getEmptyArgsInstance()
Methods in org.apache.storm.generated with parameters of type Nimbus.killTopologyWithOpts_args Modifier and Type Method Description int
Nimbus.killTopologyWithOpts_args. compareTo(Nimbus.killTopologyWithOpts_args other)
boolean
Nimbus.killTopologyWithOpts_args. equals(Nimbus.killTopologyWithOpts_args that)
Nimbus.killTopologyWithOpts_result
Nimbus.Processor.killTopologyWithOpts. getResult(I iface, Nimbus.killTopologyWithOpts_args args)
void
Nimbus.AsyncProcessor.killTopologyWithOpts. start(I iface, Nimbus.killTopologyWithOpts_args args, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
Constructors in org.apache.storm.generated with parameters of type Nimbus.killTopologyWithOpts_args Constructor Description killTopologyWithOpts_args(Nimbus.killTopologyWithOpts_args other)
Performs a deep copy on other.
-