Uses of Class
org.apache.storm.generated.DRPCRequest
Packages that use DRPCRequest
Package
Description
-
Uses of DRPCRequest in org.apache.storm
Methods in org.apache.storm that return DRPCRequest -
Uses of DRPCRequest in org.apache.storm.daemon.drpc
Methods in org.apache.storm.daemon.drpc that return DRPCRequestModifier and TypeMethodDescriptionDRPC.fetchRequest
(String functionName) DRPCThrift.fetchRequest
(String functionName) OutstandingRequest.getRequest()
Methods in org.apache.storm.daemon.drpc with parameters of type DRPCRequestConstructors in org.apache.storm.daemon.drpc with parameters of type DRPCRequestModifierConstructorDescriptionBlockingOutstandingRequest
(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 -
Uses of DRPCRequest in org.apache.storm.generated
Methods in org.apache.storm.generated that return DRPCRequestModifier 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()
Methods in org.apache.storm.generated that return types with arguments of type DRPCRequestModifier and TypeMethodDescriptionorg.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 DRPCRequestModifier and TypeMethodDescriptionint
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 DRPCRequestModifier 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) Constructors in org.apache.storm.generated with parameters of type DRPCRequestModifierConstructorDescriptionDRPCRequest
(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 DRPCRequestModifierConstructorDescriptionfetchRequest_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)