Uses of Class
org.apache.storm.daemon.drpc.OutstandingRequest
-
Packages that use OutstandingRequest Package Description org.apache.storm.daemon.drpc -
-
Uses of OutstandingRequest in org.apache.storm.daemon.drpc
Classes in org.apache.storm.daemon.drpc with type parameters of type OutstandingRequest Modifier and Type Interface Description interface
RequestFactory<T extends OutstandingRequest>
Subclasses of OutstandingRequest in org.apache.storm.daemon.drpc Modifier and Type Class Description class
BlockingOutstandingRequest
Methods in org.apache.storm.daemon.drpc with type parameters of type OutstandingRequest Modifier and Type Method Description <T extends OutstandingRequest>
TDRPC. execute(String functionName, String funcArgs, RequestFactory<T> factory)
-