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 ConsistencyPerformanceEvaluation.AsyncRandomReadTest.consistencyprivate final ConsistencyPerformanceEvaluation.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 ConsistencyReturns 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 ConsistencyThriftUtilities.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.TConsistencyThriftUtilities.consistencyFromHBase(Consistency consistency)