Uses of Class
org.apache.storm.generated.DRPCExecutionException
Package
Description
-
Uses of DRPCExecutionException in org.apache.storm
Modifier and TypeMethodDescriptionvoid
LocalDRPC.failRequestV2
(String id, DRPCExecutionException e) -
Uses of DRPCExecutionException in org.apache.storm.daemon.drpc
Modifier and TypeMethodDescriptionvoid
BlockingOutstandingRequest.fail
(DRPCExecutionException e) abstract void
OutstandingRequest.fail
(DRPCExecutionException e) void
DRPC.failRequest
(String id, DRPCExecutionException e) void
DRPCThrift.failRequestV2
(String id, DRPCExecutionException e) -
Uses of DRPCExecutionException in org.apache.storm.daemon.drpc.webapp
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
DRPCExceptionMapper.toResponse
(DRPCExecutionException ex) -
Uses of DRPCExecutionException in org.apache.storm.drpc
Modifier and TypeMethodDescriptionvoid
DRPCInvocationsClient.failRequestV2
(String id, DRPCExecutionException ex) -
Uses of DRPCExecutionException in org.apache.storm.generated
Modifier and TypeMethodDescriptionDRPCExecutionException.deepCopy()
DistributedRPC.execute_result.get_e()
DistributedRPCInvocations.failRequestV2_args.get_e()
Modifier and TypeMethodDescriptionint
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) Modifier and TypeMethodDescriptionDistributedRPC.AsyncClient.execute_call.getResult()
DistributedRPC.Client.recv_execute()
ModifierConstructorDescriptionPerforms a deep copy on other.execute_result
(String success, DRPCExecutionException e, AuthorizationException aze) 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
Modifier and TypeClassDescriptionclass
Wraps the generated TException to allow getMessage() to return a valid string.