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