Uses of Interface
org.apache.storm.daemon.drpc.RequestFactory
-
Packages that use RequestFactory Package Description org.apache.storm.daemon.drpc -
-
Uses of RequestFactory in org.apache.storm.daemon.drpc
Fields in org.apache.storm.daemon.drpc declared as RequestFactory Modifier and Type Field Description static RequestFactory<BlockingOutstandingRequest>
BlockingOutstandingRequest. FACTORY
Methods in org.apache.storm.daemon.drpc with parameters of type RequestFactory Modifier and Type Method Description <T extends OutstandingRequest>
TDRPC. execute(String functionName, String funcArgs, RequestFactory<T> factory)
-