public interface SegmentArchiveEntry
UUID
, which can be split into two
Long
integers. The entry also has its length and 3 properties related
to the garbage collection process: generation, full generation and compacted
status.Modifier and Type | Method and Description |
---|---|
int |
getFullGeneration()
Return the full generation of this entry.
|
int |
getGeneration()
Return the generation of this entry.
|
int |
getLength()
Return the length of this entry in the archive.
|
long |
getLsb()
Return the least significant bits of the identifier of this entry.
|
long |
getMsb()
Return the most significant bits of the identifier of this entry.
|
boolean |
isCompacted()
Return
true if this entry was generated by a compaction operation. |
long getMsb()
long getLsb()
int getLength()
int getGeneration()
int getFullGeneration()
boolean isCompacted()
true
if this entry was generated by a compaction operation.true
if this entry was generated by a compaction operation.Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.