Uses of Class
org.apache.jackrabbit.oak.segment.SegmentNodeState
-
Packages that use SegmentNodeState Package Description org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.segment.file org.apache.jackrabbit.oak.segment.scheduler -
-
Uses of SegmentNodeState in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return SegmentNodeState Modifier and Type Method Description @NotNull SegmentNodeState
SegmentNodeBuilder. getNodeState()
@NotNull SegmentNodeState
CachingSegmentReader. readHeadState(@NotNull Revisions revisions)
@NotNull SegmentNodeState
SegmentReader. readHeadState(@NotNull Revisions revisions)
Read the current head state based on the head ofrevisions
@NotNull SegmentNodeState
CachingSegmentReader. readNode(@NotNull RecordId id)
@NotNull SegmentNodeState
SegmentReader. readNode(@NotNull RecordId id)
Read the node identified byid
.Methods in org.apache.jackrabbit.oak.segment with parameters of type SegmentNodeState Modifier and Type Method Description static RecordId
SegmentNodeStateHelper. getTemplateId(SegmentNodeState s)
-
Uses of SegmentNodeState in org.apache.jackrabbit.oak.segment.file
Subclasses of SegmentNodeState in org.apache.jackrabbit.oak.segment.file Modifier and Type Class Description class
CompactedNodeState
Simple wrapper class forSegmentNodeState
to keep track of fully and partially compacted nodes.Methods in org.apache.jackrabbit.oak.segment.file that return SegmentNodeState Modifier and Type Method Description @NotNull SegmentNodeState
AbstractFileStore. getHead()
Convenience method for accessing the root node for the current head. -
Uses of SegmentNodeState in org.apache.jackrabbit.oak.segment.scheduler
Fields in org.apache.jackrabbit.oak.segment.scheduler with type parameters of type SegmentNodeState Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<SegmentNodeState>
LockBasedScheduler. head
Methods in org.apache.jackrabbit.oak.segment.scheduler that return SegmentNodeState Modifier and Type Method Description SegmentNodeState
Commit. apply(SegmentNodeState base)
Apply the changes represented by this commit to the passedbase
node state.Methods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type SegmentNodeState Modifier and Type Method Description void
Commit. applied(SegmentNodeState merged)
Does housekeeping work needed after applying the commit.SegmentNodeState
Commit. apply(SegmentNodeState base)
Apply the changes represented by this commit to the passedbase
node state.
-