|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsolationLevel | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of IsolationLevel in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return IsolationLevel | |
---|---|
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. |
Methods in org.apache.hadoop.hbase.client with parameters of type IsolationLevel | |
---|---|
void |
Query.setIsolationLevel(IsolationLevel level)
Set the isolation level for this query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |