Uses of Class
org.apache.hadoop.hbase.io.TimeRange

Packages that use TimeRange
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.regionserver   
 

Uses of TimeRange in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return TimeRange
 TimeRange Scan.getTimeRange()
           
 TimeRange Get.getTimeRange()
          Method for retrieving the get's TimeRange
 

Uses of TimeRange in org.apache.hadoop.hbase.regionserver
 

Fields in org.apache.hadoop.hbase.regionserver declared as TimeRange
protected  TimeRange QueryMatcher.tr
          TimeRange the query is for
 

Methods in org.apache.hadoop.hbase.regionserver that return TimeRange
 TimeRange QueryMatcher.getTimeRange()
           
 



Copyright © 2010 The Apache Software Foundation