Package org.apache.jackrabbit.oak
Class OakInitializer
java.lang.Object
org.apache.jackrabbit.oak.OakInitializer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
initialize
(@NotNull Iterable<WorkspaceInitializer> initializer, @NotNull NodeStore store, @NotNull String workspaceName, @NotNull CommitHook hook) static void
initialize
(@NotNull NodeStore store, @NotNull RepositoryInitializer initializer, @NotNull CommitHook hook)
-
Field Details
-
SESSION_ID
- See Also:
-
-
Method Details
-
initialize
public static void initialize(@NotNull @NotNull NodeStore store, @NotNull @NotNull RepositoryInitializer initializer, @NotNull @NotNull CommitHook hook) -
initialize
public static void initialize(@NotNull @NotNull Iterable<WorkspaceInitializer> initializer, @NotNull @NotNull NodeStore store, @NotNull @NotNull String workspaceName, @NotNull @NotNull CommitHook hook)
-