| 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 |
SegmentStore.getHead()
Returns the head state.
|
SegmentNodeState |
SegmentNodeBuilder.getNodeState() |
SegmentNodeState |
SegmentWriter.writeNode(org.apache.jackrabbit.oak.spi.state.NodeState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SegmentStore.setHead(SegmentNodeState base,
SegmentNodeState head) |
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeState |
FileStore.getHead() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileStore.setHead(SegmentNodeState base,
SegmentNodeState head) |
boolean |
FileStore.ReadOnlyStore.setHead(SegmentNodeState base,
SegmentNodeState head) |
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeState |
HttpStore.getHead() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpStore.setHead(SegmentNodeState base,
SegmentNodeState head) |
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeState |
MemoryStore.getHead() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemoryStore.setHead(SegmentNodeState base,
SegmentNodeState head) |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.