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() |
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 |
---|---|
Query |
Query.setIsolationLevel(IsolationLevel level)
Set the isolation level for this query.
|
Get |
Get.setIsolationLevel(IsolationLevel level) |
Scan |
Scan.setIsolationLevel(IsolationLevel level) |
Modifier and Type | Method and Description |
---|---|
private List<Cell> |
HRegion.applyIncrementsToColumnFamily(Increment increment,
byte[] columnFamilyName,
List<Cell> sortedIncrements,
long now,
long mvccNum,
List<Cell> allKVs,
IsolationLevel isolation)
Apply increments to a column family.
|
private List<Cell> |
HRegion.getIncrementCurrentValue(Increment increment,
byte[] columnFamily,
List<Cell> increments,
IsolationLevel isolation)
Do a specific Get on passed
columnFamily and column qualifiers
from incrementCoordinates only. |
long |
Region.getReadpoint(IsolationLevel isolationLevel) |
long |
HRegion.getReadpoint(IsolationLevel isolationLevel) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.