| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment | |
| org.apache.jackrabbit.oak.segment.file |
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeState |
Compactor.compact(org.apache.jackrabbit.oak.spi.state.NodeState before,
org.apache.jackrabbit.oak.spi.state.NodeState after,
org.apache.jackrabbit.oak.spi.state.NodeState onto)
Compact the differences between a
before and a after on
top of an onto state. |
SegmentNodeState |
SegmentNodeBuilder.getNodeState() |
SegmentNodeState |
SegmentReader.readHeadState(Revisions revisions)
Read the current head state based on the head of
revisions |
SegmentNodeState |
CachingSegmentReader.readHeadState(Revisions revisions) |
SegmentNodeState |
SegmentReader.readNode(RecordId id)
Read the node identified by
id. |
SegmentNodeState |
CachingSegmentReader.readNode(RecordId id) |
SegmentNodeState |
SegmentWriter.writeNode(org.apache.jackrabbit.oak.spi.state.NodeState state)
Write a node state.
|
SegmentNodeState |
SegmentWriter.writeNode(org.apache.jackrabbit.oak.spi.state.NodeState state,
com.google.common.base.Supplier<Boolean> cancel)
Write a node state, unless cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordId |
SegmentNodeStateHelper.getTemplateId(SegmentNodeState s) |
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeState |
AbstractFileStore.getHead()
Convenience method for accessing the root node for the current head.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.