| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.segment | |
| org.apache.jackrabbit.oak.plugins.segment.file |
| Modifier and Type | Field and Description |
|---|---|
static SegmentVersion |
SegmentVersion.LATEST_VERSION
Latest segment version
|
| Modifier and Type | Method and Description |
|---|---|
static SegmentVersion |
SegmentVersion.fromByte(byte v) |
static SegmentVersion |
SegmentVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentVersion[] |
SegmentVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
SegmentVersion.asByte(SegmentVersion v) |
boolean |
SegmentVersion.onOrAfter(SegmentVersion other) |
| Constructor and Description |
|---|
Segment(SegmentTracker tracker,
SegmentId id,
ByteBuffer data,
SegmentVersion version) |
SegmentTracker(SegmentStore store,
int cacheSizeMB,
SegmentVersion version) |
SegmentTracker(SegmentStore store,
SegmentVersion version) |
SegmentWriter(SegmentStore store,
SegmentVersion version,
String wid) |
| Modifier and Type | Method and Description |
|---|---|
SegmentVersion |
FileStore.getVersion() |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.