Modifier and Type | Method and Description |
---|---|
void |
HMaster.remoteProcedureFailed(long procId,
RemoteProcedureException error) |
Modifier and Type | Method and Description |
---|---|
void |
RegionRemoteProcedureBase.remoteOperationFailed(MasterProcedureEnv env,
RemoteProcedureException error) |
void |
RegionTransitionProcedure.remoteOperationFailed(MasterProcedureEnv env,
RemoteProcedureException error)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRemoteProcedure.remoteOperationFailed(MasterProcedureEnv env,
RemoteProcedureException error) |
Modifier and Type | Field and Description |
---|---|
private RemoteProcedureException |
Procedure.exception |
Modifier and Type | Method and Description |
---|---|
static RemoteProcedureException |
RemoteProcedureException.deserialize(byte[] bytes)
Takes a series of bytes and tries to generate an RemoteProcedureException instance for it.
|
static RemoteProcedureException |
RemoteProcedureException.fromProto(org.apache.hadoop.hbase.shaded.protobuf.generated.ErrorHandlingProtos.ForeignExceptionMessage eem) |
RemoteProcedureException |
Procedure.getException() |
protected RemoteProcedureException |
RootProcedureState.getException() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteProcedureDispatcher.RemoteProcedure.remoteOperationFailed(TEnv env,
RemoteProcedureException error)
Called when RS tells the remote procedure is failed through the
reportProcedureDone
method. |
protected void |
Procedure.setFailure(RemoteProcedureException exception) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.