Uses of Enum Class
org.apache.hadoop.hbase.client.Consistency
Packages that use Consistency
-
Uses of Consistency in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ConsistencyModifier and TypeFieldDescriptionprivate final Consistency
PerformanceEvaluation.AsyncRandomReadTest.consistency
private final Consistency
PerformanceEvaluation.RandomReadTest.consistency
-
Uses of Consistency in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ConsistencyMethods in org.apache.hadoop.hbase.client that return ConsistencyModifier 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.Methods in org.apache.hadoop.hbase.client with parameters of type ConsistencyModifier 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
Methods in org.apache.hadoop.hbase.thrift2 that return ConsistencyModifier and TypeMethodDescriptionprivate static Consistency
ThriftUtilities.consistencyFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TConsistency tConsistency) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type ConsistencyModifier and TypeMethodDescriptionprivate static org.apache.hadoop.hbase.thrift2.generated.TConsistency
ThriftUtilities.consistencyFromHBase
(Consistency consistency)