| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Consistency | 
Query.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)  | 
Get | 
Get.setConsistency(Consistency consistency)  | 
Query | 
Query.setConsistency(Consistency consistency)
Sets the consistency level for this operation 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.