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