Uses of Interface
org.apache.storm.generated.DistributedRPC.Iface
-
Packages that use DistributedRPC.Iface Package Description org.apache.storm org.apache.storm.daemon.drpc org.apache.storm.generated org.apache.storm.utils -
-
Uses of DistributedRPC.Iface in org.apache.storm
Subinterfaces of DistributedRPC.Iface in org.apache.storm Modifier and Type Interface Description interface
ILocalDRPC
Classes in org.apache.storm that implement DistributedRPC.Iface Modifier and Type Class Description class
LocalDRPC
A Local way to test DRPC. -
Uses of DistributedRPC.Iface in org.apache.storm.daemon.drpc
Classes in org.apache.storm.daemon.drpc that implement DistributedRPC.Iface Modifier and Type Class Description class
DRPCThrift
-
Uses of DistributedRPC.Iface in org.apache.storm.generated
Classes in org.apache.storm.generated with type parameters of type DistributedRPC.Iface Modifier and Type Class Description static class
DistributedRPC.Processor<I extends DistributedRPC.Iface>
static class
DistributedRPC.Processor.execute<I extends DistributedRPC.Iface>
Classes in org.apache.storm.generated that implement DistributedRPC.Iface Modifier and Type Class Description static class
DistributedRPC.Client
-
Uses of DistributedRPC.Iface in org.apache.storm.utils
Classes in org.apache.storm.utils that implement DistributedRPC.Iface Modifier and Type Class Description class
DRPCClient
Methods in org.apache.storm.utils that return DistributedRPC.Iface Modifier and Type Method Description DistributedRPC.Iface
DRPCClient. getClient()
-