| Package | Description |
|---|---|
| org.apache.hadoop.hbase.procedure2 |
| 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(ErrorHandlingProtos.ForeignExceptionMessage eem) |
RemoteProcedureException |
Procedure.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.