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