| Package | Description |
|---|---|
| org.apache.hadoop.hbase.thrift2.generated |
| Modifier and Type | Field and Description |
|---|---|
TConsistency |
TScan.consistency |
TConsistency |
TGet.consistency |
| Modifier and Type | Method and Description |
|---|---|
static TConsistency |
TConsistency.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TConsistency |
TScan.getConsistency() |
TConsistency |
TGet.getConsistency() |
static TConsistency |
TConsistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TConsistency[] |
TConsistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TScan |
TScan.setConsistency(TConsistency consistency) |
TGet |
TGet.setConsistency(TConsistency consistency) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.