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