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