Uses of Enum Class
org.apache.hadoop.hbase.client.Consistency
-
Uses of Consistency in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate final Consistency
PerformanceEvaluation.AsyncRandomReadTest.consistency
private final Consistency
PerformanceEvaluation.RandomReadTest.consistency
-
Uses of Consistency in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionImmutableScan.getConsistency()
Query.getConsistency()
Returns the consistency level for this operationstatic Consistency
Returns the enum constant of this class with the specified name.static Consistency[]
Consistency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGet.setConsistency
(Consistency consistency) ImmutableScan.setConsistency
(Consistency consistency) Query.setConsistency
(Consistency consistency) Sets the consistency level for this operationScan.setConsistency
(Consistency consistency) -
Uses of Consistency in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionprivate static Consistency
ThriftUtilities.consistencyFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TConsistency tConsistency) Modifier and TypeMethodDescriptionprivate static org.apache.hadoop.hbase.thrift2.generated.TConsistency
ThriftUtilities.consistencyFromHBase
(Consistency consistency)