Uses of Interface
org.apache.jackrabbit.oak.spi.state.NodeStore
-
Packages that use NodeStore Package Description org.apache.jackrabbit.oak.plugins.memory org.apache.jackrabbit.oak.spi.cluster org.apache.jackrabbit.oak.spi.state -
-
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.memory
Classes in org.apache.jackrabbit.oak.plugins.memory that implement NodeStore Modifier and Type Class Description classMemoryNodeStoreBasic in-memory node store implementation. -
Uses of NodeStore in org.apache.jackrabbit.oak.spi.cluster
Methods in org.apache.jackrabbit.oak.spi.cluster with parameters of type NodeStore Modifier and Type Method Description static @Nullable java.lang.StringClusterRepositoryInfo. getId(@NotNull NodeStore store)static @Nullable java.lang.StringClusterRepositoryInfo. getOrCreateId(@NotNull NodeStore store)Gets the {# CLUSTER_ID_PROP} if available, if it doesn't it creates it and returns the newly created one (or if that happened concurrently and another cluster instance won, return that one) -
Uses of NodeStore in org.apache.jackrabbit.oak.spi.state
Classes in org.apache.jackrabbit.oak.spi.state that implement NodeStore Modifier and Type Class Description classProxyNodeStoreMethods in org.apache.jackrabbit.oak.spi.state that return NodeStore Modifier and Type Method Description NodeStoreNodeStoreProvider. getNodeStore()protected abstract NodeStoreProxyNodeStore. getNodeStore()
-