Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
protected TimeRangeTracker |
StoreFile.Reader.timeRangeTracker |
Modifier and Type | Method and Description |
---|---|
TimeRangeTracker |
MemStore.getSnapshotTimeRangeTracker() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.fs.Path |
Store.flushCache(long logCacheFlushId,
SortedSet<KeyValue> snapshot,
TimeRangeTracker snapshotTimeRangeTracker,
AtomicLong flushedSize,
MonitoredTask status)
Write out current snapshot.
|
void |
StoreFile.Writer.setTimeRangeTracker(TimeRangeTracker trt)
Set TimeRangeTracker
|
Constructor and Description |
---|
TimeRangeTracker(TimeRangeTracker trt)
Copy Constructor
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.