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