Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 |
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 |
---|---|
protected void |
Procedure.setFailure(RemoteProcedureException exception) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.