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