Uses of Interface
org.apache.storm.generated.DistributedRPCInvocations.Iface
-
Packages that use DistributedRPCInvocations.Iface Package Description org.apache.storm org.apache.storm.daemon.drpc org.apache.storm.drpc org.apache.storm.generated -
-
Uses of DistributedRPCInvocations.Iface in org.apache.storm
Subinterfaces of DistributedRPCInvocations.Iface in org.apache.storm Modifier and Type Interface Description interface
ILocalDRPC
Classes in org.apache.storm that implement DistributedRPCInvocations.Iface Modifier and Type Class Description class
LocalDRPC
A Local way to test DRPC. -
Uses of DistributedRPCInvocations.Iface in org.apache.storm.daemon.drpc
Classes in org.apache.storm.daemon.drpc that implement DistributedRPCInvocations.Iface Modifier and Type Class Description class
DRPCThrift
-
Uses of DistributedRPCInvocations.Iface in org.apache.storm.drpc
Classes in org.apache.storm.drpc that implement DistributedRPCInvocations.Iface Modifier and Type Class Description class
DRPCInvocationsClient
-
Uses of DistributedRPCInvocations.Iface in org.apache.storm.generated
Classes in org.apache.storm.generated with type parameters of type DistributedRPCInvocations.Iface Modifier and Type Class Description static class
DistributedRPCInvocations.Processor<I extends DistributedRPCInvocations.Iface>
static class
DistributedRPCInvocations.Processor.failRequest<I extends DistributedRPCInvocations.Iface>
static class
DistributedRPCInvocations.Processor.failRequestV2<I extends DistributedRPCInvocations.Iface>
static class
DistributedRPCInvocations.Processor.fetchRequest<I extends DistributedRPCInvocations.Iface>
static class
DistributedRPCInvocations.Processor.result<I extends DistributedRPCInvocations.Iface>
Classes in org.apache.storm.generated that implement DistributedRPCInvocations.Iface Modifier and Type Class Description static class
DistributedRPCInvocations.Client
-