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