Class Compactor.FileDetails
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
The sole reason this class exists is that java has no ref/out/pointer parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongEarliest put timestamp if major compactionlongLatest put timestamplongMaximum key count after compaction (for blooms)longLatest memstore read point found in any of the involved fileslongThe last key in the files we're compacting.intMax tags lengthlongMin SeqId to keep during a major compactionprivate longTotal size of the compacted files -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxKeyCount
Maximum key count after compaction (for blooms) -
earliestPutTs
Earliest put timestamp if major compaction -
latestPutTs
Latest put timestamp -
maxSeqId
The last key in the files we're compacting. -
maxMVCCReadpoint
Latest memstore read point found in any of the involved files -
maxTagsLength
Max tags length -
minSeqIdToKeep
Min SeqId to keep during a major compaction -
totalCompactedFilesSize
Total size of the compacted files
-
-
Constructor Details
-
FileDetails
protected FileDetails()
-