Uses of Class
org.apache.storm.generated.DRPCRequest
Package
Description
-
Uses of DRPCRequest in org.apache.storm
-
Uses of DRPCRequest in org.apache.storm.daemon.drpc
Modifier and TypeMethodDescriptionDRPC.fetchRequest
(String functionName) DRPCThrift.fetchRequest
(String functionName) OutstandingRequest.getRequest()
ModifierConstructorDescriptionBlockingOutstandingRequest
(String function, DRPCRequest req) OutstandingRequest
(String function, DRPCRequest req) -
Uses of DRPCRequest in org.apache.storm.drpc
-
Uses of DRPCRequest in org.apache.storm.generated
Modifier and TypeMethodDescriptionDRPCRequest.deepCopy()
DistributedRPCInvocations.Client.fetchRequest
(String functionName) DistributedRPCInvocations.Iface.fetchRequest
(String functionName) DistributedRPCInvocations.fetchRequest_result.get_success()
DistributedRPCInvocations.AsyncClient.fetchRequest_call.getResult()
DistributedRPCInvocations.Client.recv_fetchRequest()
Modifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest>
DistributedRPCInvocations.AsyncProcessor.fetchRequest.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Modifier and TypeMethodDescriptionint
DRPCRequest.compareTo
(DRPCRequest other) boolean
DRPCRequest.equals
(DRPCRequest that) void
DistributedRPCInvocations.fetchRequest_result.set_success
(DRPCRequest success) Modifier and TypeMethodDescriptionvoid
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) ModifierConstructorDescriptionDRPCRequest
(DRPCRequest other) Performs a deep copy on other.fetchRequest_result
(DRPCRequest success, AuthorizationException aze) ModifierConstructorDescriptionfetchRequest_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)