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
Modifier and TypeFieldDescriptionlong
Earliest put timestamp if major compactionlong
Latest put timestamplong
Maximum key count after compaction (for blooms)long
Latest memstore read point found in any of the involved fileslong
The last key in the files we're compacting.int
Max tags lengthlong
Min SeqId to keep during a major compactionprivate long
Total size of the compacted files -
Constructor Summary
-
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()
-