Uses of Interface
org.apache.storm.ILocalDRPC
-
Packages that use ILocalDRPC Package Description org.apache.storm org.apache.storm.drpc org.apache.storm.trident org.apache.storm.utils -
-
Uses of ILocalDRPC in org.apache.storm
Classes in org.apache.storm that implement ILocalDRPC Modifier and Type Class Description class
LocalDRPC
A Local way to test DRPC. -
Uses of ILocalDRPC in org.apache.storm.drpc
Methods in org.apache.storm.drpc with parameters of type ILocalDRPC Modifier and Type Method Description StormTopology
LinearDRPCTopologyBuilder. createLocalTopology(ILocalDRPC drpc)
Constructors in org.apache.storm.drpc with parameters of type ILocalDRPC Constructor Description DRPCSpout(String function, ILocalDRPC drpc)
-
Uses of ILocalDRPC in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type ILocalDRPC Modifier and Type Method Description Stream
TridentTopology. newDRPCStream(String function, ILocalDRPC server)
-
Uses of ILocalDRPC in org.apache.storm.utils
Constructors in org.apache.storm.utils with parameters of type ILocalDRPC Constructor Description LocalOverride(ILocalDRPC client)
-