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 SegmentNodeStateSegmentNodeBuilder. getNodeState()@NotNull SegmentNodeStateCachingSegmentReader. readHeadState(@NotNull Revisions revisions)@NotNull SegmentNodeStateSegmentReader. readHeadState(@NotNull Revisions revisions)Read the current head state based on the head ofrevisions@NotNull SegmentNodeStateCachingSegmentReader. readNode(@NotNull RecordId id)@NotNull SegmentNodeStateSegmentReader. 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 RecordIdSegmentNodeStateHelper. 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 classCompactedNodeStateSimple wrapper class forSegmentNodeStateto 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 SegmentNodeStateAbstractFileStore. 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 AtomicReference<SegmentNodeState>LockBasedScheduler. headMethods in org.apache.jackrabbit.oak.segment.scheduler that return SegmentNodeState Modifier and Type Method Description SegmentNodeStateCommit. apply(SegmentNodeState base)Apply the changes represented by this commit to the passedbasenode state.Methods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type SegmentNodeState Modifier and Type Method Description voidCommit. applied(SegmentNodeState merged)Does housekeeping work needed after applying the commit.SegmentNodeStateCommit. apply(SegmentNodeState base)Apply the changes represented by this commit to the passedbasenode state.
-