Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static IsolationLevel |
IsolationLevel.fromByte(byte vbyte) |
static IsolationLevel |
IsolationLevel.fromBytes(byte[] bytes) |
IsolationLevel |
Query.getIsolationLevel()
Returns The isolation level of this query.
|
IsolationLevel |
ImmutableScan.getIsolationLevel() |
static IsolationLevel |
IsolationLevel.valueOf(String name)
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 Type | Method and Description |
---|---|
Scan |
Scan.setIsolationLevel(IsolationLevel level) |
Query |
Query.setIsolationLevel(IsolationLevel level)
Set the isolation level for this query.
|
Scan |
ImmutableScan.setIsolationLevel(IsolationLevel level) |
Get |
Get.setIsolationLevel(IsolationLevel level) |
Modifier and Type | Method and Description |
---|---|
long |
HRegion.getReadPoint(IsolationLevel isolationLevel)
Returns readpoint considering given IsolationLevel.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.