Uses of Class
org.apache.hadoop.hbase.client.IsolationLevel

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 Scan.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 Scan.setIsolationLevel(IsolationLevel level)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.