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