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