| 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 | 
|---|---|
| Scan | Scan. setIsolationLevel(IsolationLevel level) | 
| Query | Query. setIsolationLevel(IsolationLevel level)Set the isolation level for this query. | 
| Get | Get. setIsolationLevel(IsolationLevel level) | 
| Modifier and Type | Method and Description | 
|---|---|
| private List<Cell> | HRegion. get(Mutation mutation,
   HStore store,
   List<Cell> coordinates,
   IsolationLevel isolation,
   TimeRange tr)Do a specific Get on passed  columnFamilyand column qualifiers. | 
| long | HRegion. getReadPoint(IsolationLevel isolationLevel) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.