| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
 src/main/protobufdefinition files. | 
| org.apache.hadoop.hbase.shaded.protobuf | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Consistency | Query. consistency | 
| Modifier and Type | Method and Description | 
|---|---|
| Consistency | ImmutableScan. getConsistency() | 
| 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) | 
| Scan | ImmutableScan. setConsistency(Consistency consistency) | 
| Get | Get. setConsistency(Consistency consistency) | 
| Query | Query. setConsistency(Consistency consistency)Sets the consistency level for this operation | 
| Modifier and Type | Method and Description | 
|---|---|
| static Consistency | ProtobufUtil. toConsistency(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Consistency consistency) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Consistency | ProtobufUtil. toConsistency(Consistency consistency) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Consistency | ProtobufUtil. toConsistency(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Consistency consistency) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Consistency | ProtobufUtil. toConsistency(Consistency consistency) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.