Uses of Enum
org.apache.accumulo.core.client.ScannerBase.ConsistencyLevel
Packages that use ScannerBase.ConsistencyLevel
-
Uses of ScannerBase.ConsistencyLevel in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return ScannerBase.ConsistencyLevelModifier and TypeMethodDescriptionScannerBase.getConsistencyLevel()Get the configured consistency levelstatic ScannerBase.ConsistencyLevelReturns the enum constant of this type with the specified name.static ScannerBase.ConsistencyLevel[]ScannerBase.ConsistencyLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.client with parameters of type ScannerBase.ConsistencyLevelModifier and TypeMethodDescriptionvoidScannerBase.setConsistencyLevel(ScannerBase.ConsistencyLevel level) Set the desired consistency level for this scanner. -
Uses of ScannerBase.ConsistencyLevel in org.apache.accumulo.hadoop.mapreduce
Methods in org.apache.accumulo.hadoop.mapreduce with parameters of type ScannerBase.ConsistencyLevelModifier and TypeMethodDescriptionInputFormatBuilder.InputFormatOptions.consistencyLevel(ScannerBase.ConsistencyLevel level) Enables the user to set the consistency level