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 Increment.getTimeRange()
          Gets the TimeRange used for this increment.
 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 ScanQueryMatcher.tr
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type TimeRange
 boolean TimeRangeTracker.includesTimeRange(TimeRange tr)
          Check if the range has any overlap with TimeRange
 



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