Uses of Class
org.apache.storm.generated.DRPCRequest
-
Packages that use DRPCRequest Package Description org.apache.storm org.apache.storm.daemon.drpc org.apache.storm.drpc org.apache.storm.generated -
-
Uses of DRPCRequest in org.apache.storm
Methods in org.apache.storm that return DRPCRequest Modifier and Type Method Description DRPCRequest
LocalDRPC. fetchRequest(String functionName)
-
Uses of DRPCRequest in org.apache.storm.daemon.drpc
Methods in org.apache.storm.daemon.drpc that return DRPCRequest Modifier and Type Method Description DRPCRequest
DRPC. fetchRequest(String functionName)
DRPCRequest
DRPCThrift. fetchRequest(String functionName)
DRPCRequest
OutstandingRequest. getRequest()
Methods in org.apache.storm.daemon.drpc with parameters of type DRPCRequest Modifier and Type Method Description T
RequestFactory. mkRequest(String function, DRPCRequest req)
Constructors in org.apache.storm.daemon.drpc with parameters of type DRPCRequest Constructor Description BlockingOutstandingRequest(String function, DRPCRequest req)
OutstandingRequest(String function, DRPCRequest req)
-
Uses of DRPCRequest in org.apache.storm.drpc
Methods in org.apache.storm.drpc that return DRPCRequest Modifier and Type Method Description DRPCRequest
DRPCInvocationsClient. fetchRequest(String func)
-
Uses of DRPCRequest in org.apache.storm.generated
Methods in org.apache.storm.generated that return DRPCRequest Modifier and Type Method Description DRPCRequest
DRPCRequest. deepCopy()
DRPCRequest
DistributedRPCInvocations.Client. fetchRequest(String functionName)
DRPCRequest
DistributedRPCInvocations.Iface. fetchRequest(String functionName)
DRPCRequest
DistributedRPCInvocations.fetchRequest_result. get_success()
DRPCRequest
DistributedRPCInvocations.AsyncClient.fetchRequest_call. getResult()
DRPCRequest
DistributedRPCInvocations.Client. recv_fetchRequest()
Methods in org.apache.storm.generated that return types with arguments of type DRPCRequest Modifier and Type Method Description org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest>
DistributedRPCInvocations.AsyncProcessor.fetchRequest. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.apache.storm.generated with parameters of type DRPCRequest Modifier and Type Method Description int
DRPCRequest. compareTo(DRPCRequest other)
boolean
DRPCRequest. equals(DRPCRequest that)
void
DistributedRPCInvocations.fetchRequest_result. set_success(DRPCRequest success)
Method parameters in org.apache.storm.generated with type arguments of type DRPCRequest Modifier and Type Method Description void
DistributedRPCInvocations.AsyncClient. fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler)
void
DistributedRPCInvocations.AsyncIface. fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler)
void
DistributedRPCInvocations.AsyncProcessor.fetchRequest. start(I iface, DistributedRPCInvocations.fetchRequest_args args, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler)
Constructors in org.apache.storm.generated with parameters of type DRPCRequest Constructor Description DRPCRequest(DRPCRequest other)
Performs a deep copy on other.fetchRequest_result(DRPCRequest success, AuthorizationException aze)
Constructor parameters in org.apache.storm.generated with type arguments of type DRPCRequest Constructor Description fetchRequest_call(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-