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