Uses of Interface
org.apache.jackrabbit.oak.spi.state.NodeStore
-
-
Uses of NodeStore in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak with parameters of type NodeStore Modifier and Type Method Description static voidOakInitializer. initialize(@NotNull Iterable<WorkspaceInitializer> initializer, @NotNull NodeStore store, @NotNull String workspaceName, @NotNull CommitHook hook)static voidOakInitializer. initialize(@NotNull NodeStore store, @NotNull RepositoryInitializer initializer, @NotNull CommitHook hook)Constructors in org.apache.jackrabbit.oak with parameters of type NodeStore Constructor Description Oak(NodeStore store) -
Uses of NodeStore in org.apache.jackrabbit.oak.composite
Classes in org.apache.jackrabbit.oak.composite that implement NodeStore Modifier and Type Class Description classCompositeNodeStoreMethods in org.apache.jackrabbit.oak.composite that return NodeStore Modifier and Type Method Description NodeStoreMountedNodeStore. getNodeStore()Methods in org.apache.jackrabbit.oak.composite with parameters of type NodeStore Modifier and Type Method Description CompositeNodeStore.BuilderCompositeNodeStore.Builder. addMount(String mountName, NodeStore store)Constructors in org.apache.jackrabbit.oak.composite with parameters of type NodeStore Constructor Description Builder(MountInfoProvider mip, NodeStore globalStore)InitialContentMigrator(NodeStore targetNodeStore, NodeStore seedNodeStore, Mount seedMount)MountedNodeStore(Mount mount, NodeStore nodeStore) -
Uses of NodeStore in org.apache.jackrabbit.oak.composite.checks
Methods in org.apache.jackrabbit.oak.composite.checks with parameters of type NodeStore Modifier and Type Method Description voidNodeStoreChecks. check(NodeStore globalStore, MountedNodeStore mountedStore)voidNodeStoreChecksService. check(NodeStore globalStore, MountedNodeStore mountedStore)TMountedNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)org.apache.jackrabbit.oak.composite.checks.NamespacePrefixNodestoreChecker.ContextNamespacePrefixNodestoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)org.apache.jackrabbit.oak.composite.checks.NodeTypeDefinitionNodeStoreChecker.ContextNodeTypeDefinitionNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)NodeTypeMountedNodeStoreChecker.ContextNodeTypeMountedNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)org.apache.jackrabbit.oak.composite.checks.UniqueIndexNodeStoreChecker.ContextUniqueIndexNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip) -
Uses of NodeStore in org.apache.jackrabbit.oak.console
Methods in org.apache.jackrabbit.oak.console that return NodeStore Modifier and Type Method Description NodeStoreConsoleSession. getStore()Methods in org.apache.jackrabbit.oak.console with parameters of type NodeStore Modifier and Type Method Description static ConsoleSessionConsoleSession. create(NodeStore store, Whiteboard whiteboard) -
Uses of NodeStore in org.apache.jackrabbit.oak.core
Methods in org.apache.jackrabbit.oak.core with parameters of type NodeStore Modifier and Type Method Description static SystemRootSystemRoot. create(@NotNull NodeStore store, @NotNull CommitHook hook, @NotNull String workspaceName, @NotNull SecurityProvider securityProvider, @NotNull QueryIndexProvider indexProvider)static SystemRootSystemRoot. create(@NotNull NodeStore store, @NotNull CommitHook hook, @NotNull String workspaceName, @NotNull SecurityProvider securityProvider, @Nullable QueryEngineSettings queryEngineSettings, @NotNull QueryIndexProvider indexProvider)Constructors in org.apache.jackrabbit.oak.core with parameters of type NodeStore Constructor Description ContentRepositoryImpl(@NotNull NodeStore nodeStore, @NotNull CommitHook commitHook, @NotNull String defaultWorkspaceName, QueryEngineSettings queryEngineSettings, @Nullable QueryIndexProvider indexProvider, @NotNull SecurityProvider securityProvider, @Nullable Descriptors baseDescriptors, @Nullable Feature classicMove)Creates an content repository instance based on the given, already initialized components. -
Uses of NodeStore in org.apache.jackrabbit.oak.index
Fields in org.apache.jackrabbit.oak.index declared as NodeStore Modifier and Type Field Description protected NodeStoreIndexImporterSupportBase. nodeStoreprotected NodeStoreIndexHelper. storeMethods in org.apache.jackrabbit.oak.index that return NodeStore Modifier and Type Method Description NodeStoreIndexHelper. getNodeStore()Methods in org.apache.jackrabbit.oak.index with parameters of type NodeStore Modifier and Type Method Description protected voidIndexerSupport. dumpIndexDefinitions(NodeStore nodeStore)voidIndexerSupport. postIndexWork(NodeStore copyOnWriteStore)voidIndexerSupport. switchIndexLanesAndReindexFlag(NodeStore copyOnWriteStore)protected voidIndexerSupport. switchIndexLanesBack(NodeStore copyOnWriteStore)Constructors in org.apache.jackrabbit.oak.index with parameters of type NodeStore Constructor Description ExtendedIndexHelper(NodeStore store, BlobStore blobStore, Whiteboard whiteboard, File outputDir, File workDir, List<String> indexPaths)IndexHelper(NodeStore store, BlobStore blobStore, Whiteboard whiteboard, File outputDir, File workDir, List<String> indexPaths) -
Uses of NodeStore in org.apache.jackrabbit.oak.index.indexer.document
Methods in org.apache.jackrabbit.oak.index.indexer.document with parameters of type NodeStore Modifier and Type Method Description protected CompositeIndexerDocumentStoreIndexerBase. prepareIndexers(NodeStateIndexerProvider indexerProvider, NodeStore copyOnWriteStore, NodeBuilder builder, org.apache.jackrabbit.oak.plugins.index.progress.IndexingProgressReporter progressReporter) -
Uses of NodeStore in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore
Constructors in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore with parameters of type NodeStore Constructor Description IncrementalFlatFileStoreStrategy(NodeStore nodeStore, @NotNull String beforeCheckpoint, @NotNull String afterCheckpoint, File storeDir, Set<String> preferredPathElements, @NotNull Compression algorithm, Predicate<String> pathPredicate, IncrementalFlatFileStoreNodeStateEntryWriter entryWriter, long maxDurationSeconds) -
Uses of NodeStore in org.apache.jackrabbit.oak.indexversion
Methods in org.apache.jackrabbit.oak.indexversion with parameters of type NodeStore Modifier and Type Method Description voidPurgeOldIndexVersion. execute(NodeStore nodeStore, boolean isReadWriteRepository, long purgeThresholdMillis, List<String> indexPaths)Execute purging index based on the index version naming and last time index time.voidPurgeOldIndexVersion. execute(NodeStore nodeStore, boolean isReadWriteRepository, long purgeThresholdMillis, List<String> indexPaths, boolean shouldPurgeBaseIndex)Execute purging index based on the index version naming and last time index timeList<IndexVersionOperation>PurgeOldIndexVersion. getPurgeIndexes(NodeStore nodeStore, long purgeThresholdMillis, List<String> indexPaths)List<IndexVersionOperation>PurgeOldIndexVersion. getPurgeIndexes(NodeStore nodeStore, long purgeThresholdMillis, List<String> indexPaths, boolean shouldPurgeBaseIndex)static voidPurgeOldVersionUtils. recursiveDeleteHiddenChildNodes(NodeStore store, String path) -
Uses of NodeStore in org.apache.jackrabbit.oak.jcr
Constructors in org.apache.jackrabbit.oak.jcr with parameters of type NodeStore Constructor Description Jcr(NodeStore store) -
Uses of NodeStore in org.apache.jackrabbit.oak.json
Methods in org.apache.jackrabbit.oak.json with parameters of type NodeStore Modifier and Type Method Description static voidJsonNodeBuilder. addOrReplace(NodeStore nodeStore, String targetPath, String nodeType, String jsonString)Add or replace a node in the node store, including all child nodes. -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.atomic
Methods in org.apache.jackrabbit.oak.plugins.atomic with parameters of type NodeStore Modifier and Type Method Description protected voidAtomicCounterEditorProvider. bindStore(NodeStore store)protected voidAtomicCounterEditorProvider. unbindStore(NodeStore store)Constructors in org.apache.jackrabbit.oak.plugins.atomic with parameters of type NodeStore Constructor Description AtomicCounterEditor(@NotNull NodeBuilder builder, @Nullable String instanceId, @Nullable ScheduledExecutorService executor, @Nullable NodeStore store, @Nullable Whiteboard board)Create an instance of the editor for atomic increments.ConsolidatorTask(@NotNull String path, @Nullable PropertyState revision, @NotNull NodeStore store, @NotNull ScheduledExecutorService exec, long delay, @NotNull CommitHook hook) -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.blob
Fields in org.apache.jackrabbit.oak.plugins.blob declared as NodeStore Modifier and Type Field Description NodeStoreConsolidatedDataStoreCacheStats. nodeStore -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.blob.migration
Constructors in org.apache.jackrabbit.oak.plugins.blob.migration with parameters of type NodeStore Constructor Description BlobMigrator(SplitBlobStore blobStore, NodeStore nodeStore) -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.cow
Classes in org.apache.jackrabbit.oak.plugins.cow that implement NodeStore Modifier and Type Class Description classBranchNodeStoreclassCOWNodeStoreThe copy-on-write (COW) node store implementation allows to temporarily switch the repository into the "testing" mode, in which all the changes are stored in a volatile storage, namely the MemoryNodeStore.Constructors in org.apache.jackrabbit.oak.plugins.cow with parameters of type NodeStore Constructor Description BranchNodeStore(NodeStore nodeStore)COWNodeStore(NodeStore store) -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement NodeStore Modifier and Type Class Description classDocumentNodeStoreImplementation of a NodeStore onDocumentStore. -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.document.secondary
Constructors in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type NodeStore Constructor Description SecondaryStoreBuilder(NodeStore nodeStore)SecondaryStoreCache(NodeStore nodeStore, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider)SecondaryStoreObserver(NodeStore nodeStore, List<String> metaPropNames, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider, org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryObserver) -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type NodeStore Modifier and Type Method Description static Map<String,Map<String,String>>IndexUtils. getFilteredCheckpoints(NodeStore store, Predicate<Map.Entry<String,Map<String,String>>> predicate)Returns a Map consisting of checkpoints and checkpointInfoMap filtered based on a given predicate which can utilise checkpoint info map for filteringprotected AsyncIndexUpdate.AsyncUpdateCallbackAsyncIndexUpdate. newAsyncUpdateCallback(NodeStore store, String name, long leaseTimeOut, String beforeCheckpoint, org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.AsyncIndexStats indexStats, AtomicBoolean stopFlag)Constructors in org.apache.jackrabbit.oak.plugins.index with parameters of type NodeStore Constructor Description AsyncCheckpointCreator(@NotNull NodeStore store, @NotNull String name, long checkpointLifetimeInSeconds, long minConcurrentCheckpoints, long maxConcurrentCheckpoints)AsyncIndexInfoServiceImpl(NodeStore nodeStore)AsyncIndexUpdate(@NotNull String name, @NotNull NodeStore store, @NotNull IndexEditorProvider provider)AsyncIndexUpdate(@NotNull String name, @NotNull NodeStore store, @NotNull IndexEditorProvider provider, boolean switchOnSync)AsyncIndexUpdate(@NotNull String name, @NotNull NodeStore store, @NotNull IndexEditorProvider provider, StatisticsProvider statsProvider, boolean switchOnSync)AsyncUpdateCallback(NodeStore store, String name, long leaseTimeOut, String checkpoint, org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.AsyncIndexStats indexStats, AtomicBoolean forcedStop)IndexInfoServiceImpl(NodeStore nodeStore, IndexPathService indexPathService)IndexPathServiceImpl(NodeStore nodeStore)IndexPathServiceImpl(NodeStore nodeStore, MountInfoProvider mountInfoProvider) -
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.plugins.migration
Methods in org.apache.jackrabbit.oak.plugins.migration with parameters of type NodeStore Modifier and Type Method Description booleanNodeStateCopier.Builder. copy(@NotNull NodeStore source, @NotNull NodeStore target)Creates a NodeStateCopier to copy thesourceNodeStore to thetargetNodeStore, using any include, exclude, merge paths and consumer set on this NodeStateCopier.Builder.static booleanNodeStateCopier. copyNodeStore(@NotNull NodeStore source, @NotNull NodeStore target)Shorthand method to copy one NodeStore to another. -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.tree
Methods in org.apache.jackrabbit.oak.plugins.tree with parameters of type NodeStore Modifier and Type Method Description @NotNull RootRootProvider. createSystemRoot(@NotNull NodeStore store, @Nullable CommitHook commitHook) -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.tree.factories
Methods in org.apache.jackrabbit.oak.plugins.tree.factories with parameters of type NodeStore Modifier and Type Method Description static @NotNull RootRootFactory. createSystemRoot(@NotNull NodeStore store, @Nullable CommitHook hook, @Nullable String workspaceName, @Nullable SecurityProvider securityProvider, @Nullable QueryEngineSettings queryEngineSettings, @Nullable QueryIndexProvider indexProvider)Deprecated.with Oak 1.7.2 due to the usage of deprecatedQueryEngineSettingsstatic @NotNull RootRootFactory. createSystemRoot(@NotNull NodeStore store, @Nullable CommitHook hook, @Nullable String workspaceName, @Nullable SecurityProvider securityProvider, @Nullable QueryIndexProvider indexProvider)Deprecated. -
Uses of NodeStore in org.apache.jackrabbit.oak.plugins.tree.impl
Methods in org.apache.jackrabbit.oak.plugins.tree.impl with parameters of type NodeStore Modifier and Type Method Description @NotNull RootRootProviderService. createSystemRoot(@NotNull NodeStore store, @Nullable CommitHook hook) -
Uses of NodeStore in org.apache.jackrabbit.oak.query
Methods in org.apache.jackrabbit.oak.query with parameters of type NodeStore Modifier and Type Method Description voidQueryValidator. init(NodeStore store) -
Uses of NodeStore in org.apache.jackrabbit.oak.run
Methods in org.apache.jackrabbit.oak.run with parameters of type NodeStore Modifier and Type Method Description static SessionFrozenNodeRefsByScanningCommand. openSession(NodeStore nodeStore, String workspaceName, String user, String password)static SessionJsonIndexCommand. openSession(NodeStore nodeStore, String user, String password)voidJsonIndexCommand. process(NodeStore nodeStore, LineNumberReader reader, String user, String password) -
Uses of NodeStore in org.apache.jackrabbit.oak.run.cli
Methods in org.apache.jackrabbit.oak.run.cli that return NodeStore Modifier and Type Method Description NodeStoreNodeStoreFixture. getStore() -
Uses of NodeStore in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement NodeStore Modifier and Type Class Description classSegmentNodeStoreThe top level class for the segment store. -
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 StringClusterRepositoryInfo. getId(@NotNull NodeStore store)static @Nullable 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()
-