Uses of Class
org.apache.storm.generated.DRPCExecutionException
Packages that use DRPCExecutionException
Package
Description
-
Uses of DRPCExecutionException in org.apache.storm
Methods in org.apache.storm with parameters of type DRPCExecutionExceptionModifier and TypeMethodDescriptionvoid
LocalDRPC.failRequestV2
(String id, DRPCExecutionException e) Methods in org.apache.storm that throw DRPCExecutionException -
Uses of DRPCExecutionException in org.apache.storm.daemon.drpc
Methods in org.apache.storm.daemon.drpc with parameters of type DRPCExecutionExceptionModifier 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) Methods in org.apache.storm.daemon.drpc that throw DRPCExecutionException -
Uses of DRPCExecutionException in org.apache.storm.daemon.drpc.webapp
Methods in org.apache.storm.daemon.drpc.webapp with parameters of type DRPCExecutionExceptionModifier and TypeMethodDescriptionjavax.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 DRPCExecutionExceptionModifier and TypeMethodDescriptionvoid
DRPCInvocationsClient.failRequestV2
(String id, DRPCExecutionException ex) -
Uses of DRPCExecutionException in org.apache.storm.generated
Methods in org.apache.storm.generated that return DRPCExecutionExceptionModifier and TypeMethodDescriptionDRPCExecutionException.deepCopy()
DistributedRPC.execute_result.get_e()
DistributedRPCInvocations.failRequestV2_args.get_e()
Methods in org.apache.storm.generated with parameters of type DRPCExecutionExceptionModifier 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) Methods in org.apache.storm.generated that throw DRPCExecutionExceptionModifier and TypeMethodDescriptionDistributedRPC.AsyncClient.execute_call.getResult()
DistributedRPC.Client.recv_execute()
Constructors in org.apache.storm.generated with parameters of type DRPCExecutionExceptionModifierConstructorDescriptionPerforms 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
Subclasses of DRPCExecutionException in org.apache.storm.utilsModifier and TypeClassDescriptionclass
Wraps the generated TException to allow getMessage() to return a valid string.Methods in org.apache.storm.utils that throw DRPCExecutionException