Uses of Class
org.apache.hadoop.hbase.regionserver.TimeRangeTracker

Packages that use TimeRangeTracker
org.apache.hadoop.hbase.regionserver   
 

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

Methods in org.apache.hadoop.hbase.regionserver that return TimeRangeTracker
 TimeRangeTracker MemStore.getSnapshotTimeRangeTracker()
           
static TimeRangeTracker TimeRangeTracker.getTimeRangeTracker(byte[] timeRangeTrackerBytes)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type TimeRangeTracker
protected  List<org.apache.hadoop.fs.Path> HStore.flushCache(long logCacheFlushId, SortedSet<KeyValue> snapshot, TimeRangeTracker snapshotTimeRangeTracker, AtomicLong flushedSize, MonitoredTask status)
          Write out current snapshot.
 List<org.apache.hadoop.fs.Path> DefaultStoreFlusher.flushSnapshot(SortedSet<KeyValue> snapshot, long cacheFlushId, TimeRangeTracker snapshotTimeRangeTracker, AtomicLong flushedSize, MonitoredTask status)
           
 List<org.apache.hadoop.fs.Path> StripeStoreFlusher.flushSnapshot(SortedSet<KeyValue> snapshot, long cacheFlushSeqNum, TimeRangeTracker tracker, AtomicLong flushedSize, MonitoredTask status)
           
 void StoreFile.Writer.setTimeRangeTracker(TimeRangeTracker trt)
          Set TimeRangeTracker.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type TimeRangeTracker
TimeRangeTracker(TimeRangeTracker trt)
          Copy Constructor
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.