Uses of Class
org.apache.hadoop.hbase.hbql.statement.args.KeyRange

Packages that use KeyRange
org.apache.hadoop.hbase.hbql.statement.args   
 

Uses of KeyRange in org.apache.hadoop.hbase.hbql.statement.args
 

Methods in org.apache.hadoop.hbase.hbql.statement.args that return KeyRange
static KeyRange KeyRange.newAllRange()
           
static KeyRange KeyRange.newFirstRange(GenericValue arg0)
           
static KeyRange KeyRange.newLastRange(GenericValue arg0)
           
static KeyRange KeyRange.newRange(GenericValue arg0, GenericValue arg1)
           
static KeyRange KeyRange.newSingleKey(GenericValue arg0)
           
 

Methods in org.apache.hadoop.hbase.hbql.statement.args that return types with arguments of type KeyRange
 List<KeyRange> KeyRangeArgs.getKeyRangeList()
           
 

Constructor parameters in org.apache.hadoop.hbase.hbql.statement.args with type arguments of type KeyRange
KeyRangeArgs(List<KeyRange> keyRangeList)
           
 



Copyright © 2011. All Rights Reserved.