Uses of Enum
org.apache.hadoop.hbase.client.IsolationLevel
Package
Description
Provides HBase Client
-
Uses of IsolationLevel in org.apache.hadoop.hbase.client
Modifier 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 type with the specified name.static IsolationLevel[]
IsolationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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
Modifier and TypeMethodDescriptionlong
HRegion.getReadPoint
(IsolationLevel isolationLevel) Returns readpoint considering given IsolationLevel.