| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment |
| 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) |
SegmentVersion |
Segment.getSegmentVersion() |
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) |
static boolean |
SegmentVersion.isValid(SegmentVersion version) |
boolean |
SegmentVersion.onOrAfter(SegmentVersion other) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.