Uses of Class
org.apache.storm.generated.DRPCExecutionException
-
Packages that use DRPCExecutionException Package Description org.apache.storm org.apache.storm.daemon.drpc org.apache.storm.daemon.drpc.webapp org.apache.storm.drpc org.apache.storm.generated org.apache.storm.utils -
-
Uses of DRPCExecutionException in org.apache.storm
Methods in org.apache.storm with parameters of type DRPCExecutionException Modifier and Type Method Description void
LocalDRPC. failRequestV2(String id, DRPCExecutionException e)
Methods in org.apache.storm that throw DRPCExecutionException Modifier and Type Method Description String
LocalDRPC. execute(String functionName, String funcArgs)
-
Uses of DRPCExecutionException in org.apache.storm.daemon.drpc
Methods in org.apache.storm.daemon.drpc with parameters of type DRPCExecutionException Modifier and Type Method Description void
BlockingOutstandingRequest. fail(DRPCExecutionException e)
abstract void
OutstandingRequest. fail(DRPCExecutionException e)
void
DRPC. failRequest(String id, DRPCExecutionException e)
void
DRPCThrift. failRequestV2(String id, DRPCExecutionException e)
Methods in org.apache.storm.daemon.drpc that throw DRPCExecutionException Modifier and Type Method Description String
DRPCThrift. execute(String functionName, String funcArgs)
String
DRPC. executeBlocking(String functionName, String funcArgs)
String
BlockingOutstandingRequest. getResult()
-
Uses of DRPCExecutionException in org.apache.storm.daemon.drpc.webapp
Methods in org.apache.storm.daemon.drpc.webapp with parameters of type DRPCExecutionException Modifier and Type Method Description jakarta.ws.rs.core.Response
DRPCExceptionMapper. toResponse(DRPCExecutionException ex)
-
Uses of DRPCExecutionException in org.apache.storm.drpc
Methods in org.apache.storm.drpc with parameters of type DRPCExecutionException Modifier and Type Method Description void
DRPCInvocationsClient. failRequestV2(String id, DRPCExecutionException ex)
-
Uses of DRPCExecutionException in org.apache.storm.generated
Methods in org.apache.storm.generated that return DRPCExecutionException Modifier and Type Method Description DRPCExecutionException
DRPCExecutionException. deepCopy()
DRPCExecutionException
DistributedRPC.execute_result. get_e()
DRPCExecutionException
DistributedRPCInvocations.failRequestV2_args. get_e()
Methods in org.apache.storm.generated with parameters of type DRPCExecutionException Modifier and Type Method Description int
DRPCExecutionException. compareTo(DRPCExecutionException other)
boolean
DRPCExecutionException. equals(DRPCExecutionException that)
void
DistributedRPCInvocations.AsyncClient. failRequestV2(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
DistributedRPCInvocations.AsyncIface. failRequestV2(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
DistributedRPCInvocations.Client. failRequestV2(String id, DRPCExecutionException e)
void
DistributedRPCInvocations.Iface. failRequestV2(String id, DRPCExecutionException e)
void
DistributedRPCInvocations.Client. send_failRequestV2(String id, DRPCExecutionException e)
void
DistributedRPC.execute_result. set_e(DRPCExecutionException e)
void
DistributedRPCInvocations.failRequestV2_args. set_e(DRPCExecutionException e)
Methods in org.apache.storm.generated that throw DRPCExecutionException Modifier and Type Method Description String
DistributedRPC.Client. execute(String functionName, String funcArgs)
String
DistributedRPC.Iface. execute(String functionName, String funcArgs)
String
DistributedRPC.AsyncClient.execute_call. getResult()
String
DistributedRPC.Client. recv_execute()
Constructors in org.apache.storm.generated with parameters of type DRPCExecutionException Constructor Description DRPCExecutionException(DRPCExecutionException other)
Performs a deep copy on other.execute_result(String success, DRPCExecutionException e, AuthorizationException aze)
failRequestV2_args(String id, DRPCExecutionException e)
failRequestV2_call(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-
Uses of DRPCExecutionException in org.apache.storm.utils
Subclasses of DRPCExecutionException in org.apache.storm.utils Modifier and Type Class Description class
WrappedDRPCExecutionException
Wraps the generated TException to allow getMessage() to return a valid string.Methods in org.apache.storm.utils that throw DRPCExecutionException Modifier and Type Method Description String
DRPCClient. execute(String func, String args)
-