| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
| static HConstants.OperationStatusCode | HConstants.OperationStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static HConstants.OperationStatusCode[] | HConstants.OperationStatusCode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Field and Description | 
|---|---|
| private HConstants.OperationStatusCode | OperationStatus. code | 
| Modifier and Type | Method and Description | 
|---|---|
| HConstants.OperationStatusCode | OperationStatus. getOperationStatusCode() | 
| Constructor and Description | 
|---|
| OperationStatus(HConstants.OperationStatusCode code) | 
| OperationStatus(HConstants.OperationStatusCode code,
               Exception e) | 
| OperationStatus(HConstants.OperationStatusCode code,
               String exceptionMsg) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.