Uses of Class
backtype.storm.generated.DRPCRequest

Packages that use DRPCRequest
backtype.storm.drpc   
backtype.storm.generated   
 

Uses of DRPCRequest in backtype.storm.drpc
 

Methods in backtype.storm.drpc that return DRPCRequest
 DRPCRequest DRPCInvocationsClient.fetchRequest(String func)
           
 

Uses of DRPCRequest in backtype.storm.generated
 

Methods in backtype.storm.generated that return DRPCRequest
 DRPCRequest DRPCRequest.deepCopy()
           
 DRPCRequest DistributedRPCInvocations.Iface.fetchRequest(String functionName)
           
 DRPCRequest DistributedRPCInvocations.Client.fetchRequest(String functionName)
           
 DRPCRequest DistributedRPCInvocations.fetchRequest_result.get_success()
           
 DRPCRequest DistributedRPCInvocations.AsyncClient.fetchRequest_call.getResult()
           
 DRPCRequest DistributedRPCInvocations.Client.recv_fetchRequest()
           
 

Methods in backtype.storm.generated with parameters of type DRPCRequest
 int DRPCRequest.compareTo(DRPCRequest other)
           
 boolean DRPCRequest.equals(DRPCRequest that)
           
 void DistributedRPCInvocations.fetchRequest_result.set_success(DRPCRequest success)
           
 

Constructors in backtype.storm.generated with parameters of type DRPCRequest
DistributedRPCInvocations.fetchRequest_result(DRPCRequest success)
           
DRPCRequest(DRPCRequest other)
          Performs a deep copy on other.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.