| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.thrift2 | Provides an HBase Thrift
service. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Consistency | Query. consistency | 
| private static Consistency | HTable. DEFAULT_CONSISTENCY | 
| Modifier and Type | Method and Description | 
|---|---|
| Consistency | Query. getConsistency()Returns the consistency level for this operation | 
| static Consistency | Consistency. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Consistency[] | Consistency. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Scan | Scan. setConsistency(Consistency consistency) | 
| Query | Query. setConsistency(Consistency consistency)Sets the consistency level for this operation | 
| Get | Get. setConsistency(Consistency consistency) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static Consistency | ThriftUtilities. consistencyFromThrift(org.apache.hadoop.hbase.thrift2.generated.TConsistency tConsistency) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static org.apache.hadoop.hbase.thrift2.generated.TConsistency | ThriftUtilities. consistencyFromHBase(Consistency consistency) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.