| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment |
| Modifier and Type | Method and Description |
|---|---|
SegmentId |
SegmentTracker.newBulkSegmentId(SegmentIdFactory maker)
Create and track a new segment id for bulk segments.
|
SegmentId |
SegmentTracker.newDataSegmentId(SegmentIdFactory maker)
Create and track a new segment id for data segments.
|
SegmentId |
SegmentTracker.newSegmentId(long msb,
long lsb,
SegmentIdFactory maker)
Get an existing
SegmentId with the given msb and lsb or create a new one if no such id exists with this tracker. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.