public class RemoteSegmentArchiveEntry extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntry
| Constructor and Description |
|---|
RemoteSegmentArchiveEntry(long msb,
long lsb,
int position,
int length,
int generation,
int fullGeneration,
boolean compacted) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFullGeneration() |
int |
getGeneration() |
int |
getLength() |
long |
getLsb() |
long |
getMsb() |
int |
getPosition() |
boolean |
isCompacted() |
public RemoteSegmentArchiveEntry(long msb,
long lsb,
int position,
int length,
int generation,
int fullGeneration,
boolean compacted)
public long getMsb()
getMsb in interface org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntrypublic long getLsb()
getLsb in interface org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntrypublic int getPosition()
public int getLength()
getLength in interface org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntrypublic int getGeneration()
getGeneration in interface org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntrypublic int getFullGeneration()
getFullGeneration in interface org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntrypublic boolean isCompacted()
isCompacted in interface org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveEntryCopyright © 2012–2021 The Apache Software Foundation. All rights reserved.