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