Uses of Class
backtype.storm.generated.DRPCExecutionException

Packages that use DRPCExecutionException
backtype.storm.generated   
backtype.storm.utils   
 

Uses of DRPCExecutionException in backtype.storm.generated
 

Methods in backtype.storm.generated that return DRPCExecutionException
 DRPCExecutionException DRPCExecutionException.deepCopy()
           
 DRPCExecutionException DistributedRPC.execute_result.get_e()
           
 

Methods in backtype.storm.generated with parameters of type DRPCExecutionException
 int DRPCExecutionException.compareTo(DRPCExecutionException other)
           
 boolean DRPCExecutionException.equals(DRPCExecutionException that)
           
 void DistributedRPC.execute_result.set_e(DRPCExecutionException e)
           
 

Methods in backtype.storm.generated that throw DRPCExecutionException
 String DistributedRPC.Iface.execute(String functionName, String funcArgs)
           
 String DistributedRPC.Client.execute(String functionName, String funcArgs)
           
 String DistributedRPC.AsyncClient.execute_call.getResult()
           
 String DistributedRPC.Client.recv_execute()
           
 

Constructors in backtype.storm.generated with parameters of type DRPCExecutionException
DistributedRPC.execute_result(String success, DRPCExecutionException e)
           
DRPCExecutionException(DRPCExecutionException other)
          Performs a deep copy on other.
 

Uses of DRPCExecutionException in backtype.storm.utils
 

Methods in backtype.storm.utils that throw DRPCExecutionException
 String DRPCClient.execute(String func, String args)
           
 



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