Uses of Enum Class
org.apache.hadoop.hbase.client.IsolationLevel
Packages that use IsolationLevel
Package
Description
Provides HBase Client
-
Uses of IsolationLevel in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return IsolationLevelModifier and TypeMethodDescriptionstatic IsolationLevel
IsolationLevel.fromByte
(byte vbyte) static IsolationLevel
IsolationLevel.fromBytes
(byte[] bytes) ImmutableScan.getIsolationLevel()
Query.getIsolationLevel()
Returns The isolation level of this query.static IsolationLevel
Returns the enum constant of this class with the specified name.static IsolationLevel[]
IsolationLevel.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 IsolationLevelModifier and TypeMethodDescriptionGet.setIsolationLevel
(IsolationLevel level) ImmutableScan.setIsolationLevel
(IsolationLevel level) Query.setIsolationLevel
(IsolationLevel level) Set the isolation level for this query.Scan.setIsolationLevel
(IsolationLevel level) -
Uses of IsolationLevel in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type IsolationLevelModifier and TypeMethodDescriptionlong
HRegion.getReadPoint
(IsolationLevel isolationLevel) Returns readpoint considering given IsolationLevel.