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 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) |
void |
StoreFile.Writer.setTimeRangeTracker(TimeRangeTracker trt)
Set TimeRangeTracker
|
Constructor and Description |
---|
TimeRangeTracker(TimeRangeTracker trt)
Copy Constructor
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.