| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
TimeRangeTracker |
MemStoreSnapshot.getTimeRangeTracker() |
static TimeRangeTracker |
TimeRangeTracker.getTimeRangeTracker(byte[] timeRangeTrackerBytes) |
| Modifier and Type | Method and Description |
|---|---|
StoreFile.Writer |
Store.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTags,
boolean shouldDropBehind,
TimeRangeTracker trt) |
StoreFile.Writer |
HStore.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTag,
boolean shouldDropBehind,
TimeRangeTracker trt) |
StoreFile.WriterBuilder |
StoreFile.WriterBuilder.withTimeRangeTracker(TimeRangeTracker trt) |
| Constructor and Description |
|---|
MemStoreSnapshot(long id,
int cellsCount,
long size,
TimeRangeTracker timeRangeTracker,
KeyValueScanner scanner,
boolean tagsPresent) |
TimeRangeTracker(TimeRangeTracker trt)
Copy Constructor
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.