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(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.ForeignExceptionMessage eem) |
RemoteProcedureException |
Procedure.getException() |
Modifier and Type | Method and Description |
---|---|
protected void |
Procedure.setFailure(RemoteProcedureException exception) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.