protected static class Compactor.FileDetails extends Object
Modifier and Type | Field and Description |
---|---|
long |
earliestPutTs
Earliest put timestamp if major compaction
|
long |
latestPutTs
Latest put timestamp
|
long |
maxKeyCount
Maximum key count after compaction (for blooms)
|
long |
maxMVCCReadpoint
Latest memstore read point found in any of the involved files
|
long |
maxSeqId
The last key in the files we're compacting.
|
int |
maxTagsLength
Max tags length
|
long |
minSeqIdToKeep
Min SeqId to keep during a major compaction
|
private long |
totalCompactedFilesSize
Total size of the compacted files
|
Modifier | Constructor and Description |
---|---|
protected |
FileDetails() |
public long maxKeyCount
public long earliestPutTs
public long latestPutTs
public long maxSeqId
public long maxMVCCReadpoint
public int maxTagsLength
public long minSeqIdToKeep
private long totalCompactedFilesSize
protected FileDetails()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.