Uses of Class
org.apache.storm.generated.DRPCRequest
Packages that use DRPCRequest
Package
Description
- 
Uses of DRPCRequest in org.apache.stormMethods in org.apache.storm that return DRPCRequest
- 
Uses of DRPCRequest in org.apache.storm.daemon.drpcMethods 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.drpcMethods in org.apache.storm.drpc that return DRPCRequest
- 
Uses of DRPCRequest in org.apache.storm.generatedMethods 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 TypeMethodDescriptionintDRPCRequest.compareTo(DRPCRequest other) booleanDRPCRequest.equals(DRPCRequest that) voidDistributedRPCInvocations.fetchRequest_result.set_success(DRPCRequest success) Method parameters in org.apache.storm.generated with type arguments of type DRPCRequestModifier and TypeMethodDescriptionvoidDistributedRPCInvocations.AsyncClient.fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) voidDistributedRPCInvocations.AsyncIface.fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) voidDistributedRPCInvocations.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)