Class SegmentNodeStoreBuilders
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.SegmentNodeStoreBuilders
-
public final class SegmentNodeStoreBuilders extends Object
Static factories for creatingSegmentNodeBuilderinstances pertaining to specificSegmentStoreinstances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull SegmentNodeStore.SegmentNodeStoreBuilderbuilder(@NotNull FileStore store)Create aSegmentNodeStoreBuilderbased on aFileStore.static @NotNull SegmentNodeStore.SegmentNodeStoreBuilderbuilder(@NotNull ReadOnlyFileStore store)Create aSegmentNodeStoreBuilderbased on aReadOnlyFileStore@.static @NotNull SegmentNodeStore.SegmentNodeStoreBuilderbuilder(@NotNull MemoryStore store)Create aSegmentNodeStoreBuilderbased on aMemoryStore.
-
-
-
Method Detail
-
builder
@NotNull public static @NotNull SegmentNodeStore.SegmentNodeStoreBuilder builder(@NotNull @NotNull FileStore store)
Create aSegmentNodeStoreBuilderbased on aFileStore.
-
builder
@NotNull public static @NotNull SegmentNodeStore.SegmentNodeStoreBuilder builder(@NotNull @NotNull MemoryStore store)
Create aSegmentNodeStoreBuilderbased on aMemoryStore.
-
builder
@NotNull public static @NotNull SegmentNodeStore.SegmentNodeStoreBuilder builder(@NotNull @NotNull ReadOnlyFileStore store)
Create aSegmentNodeStoreBuilderbased on aReadOnlyFileStore@.
-
-