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