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 Consistency
Query.consistency
private static final Consistency
HTable.DEFAULT_CONSISTENCY
Methods 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 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 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)