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