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