Uses of Enum
org.apache.hadoop.hbase.client.Consistency
Packages that use Consistency
-
Uses of Consistency in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ConsistencyModifier and TypeFieldDescriptionprotected ConsistencyQuery.consistencyprivate static final ConsistencyHTable.DEFAULT_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 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.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)