Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
-
-
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.checkpoint
Methods in org.apache.jackrabbit.oak.checkpoint with parameters of type DocumentNodeStore Modifier and Type Method Description static CheckpointsCheckpoints. onDocumentMK(DocumentNodeStore store) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.index.indexer.document
Constructors in org.apache.jackrabbit.oak.index.indexer.document with parameters of type DocumentNodeStore Constructor Description NodeStateEntryTraverser(String id, DocumentNodeStore documentNodeStore, MongoDocumentStore documentStore)NodeStateEntryTraverser(String id, RevisionVector rootRevision, DocumentNodeStore documentNodeStore, MongoDocumentStore documentStore, TraversingRange traversingRange) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile with parameters of type DocumentNodeStore Modifier and Type Method Description FlatFileNodeStoreBuilderFlatFileNodeStoreBuilder. withNodeStore(DocumentNodeStore nodeStore) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined
Constructors in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined with parameters of type DocumentNodeStore Constructor Description PipelinedStrategy(com.mongodb.ConnectionString mongoClientURI, MongoDocumentStore documentStore, DocumentNodeStore documentNodeStore, RevisionVector rootRevision, Set<String> preferredPathElements, BlobStore blobStore, File storeDir, Compression algorithm, Predicate<String> pathPredicate, List<PathFilter> pathFilters, String checkpoint, StatisticsProvider statisticsProvider, IndexingReporter indexingReporter)PipelinedTreeStoreStrategy(com.mongodb.ConnectionString mongoClientURI, MongoDocumentStore documentStore, DocumentNodeStore documentNodeStore, RevisionVector rootRevision, Set<String> preferredPathElements, BlobStore blobStore, File storeDir, Compression algorithm, Predicate<String> pathPredicate, List<PathFilter> pathFilters, String checkpoint, long minModified, StatisticsProvider statisticsProvider, IndexingReporter indexingReporter) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document declared as DocumentNodeStore Modifier and Type Field Description protected DocumentNodeStoreCommit. nodeStoreMethods in org.apache.jackrabbit.oak.plugins.document that return DocumentNodeStore Modifier and Type Method Description DocumentNodeStoreDocumentNodeStoreBuilder. build()Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentNodeStore Modifier and Type Method Description org.apache.jackrabbit.guava.common.cache.Cache<NamePathRev,DocumentNodeState.Children>DocumentNodeStoreBuilder. buildChildrenCache(DocumentNodeStore store)org.apache.jackrabbit.guava.common.cache.Cache<PathRev,DocumentNodeState>DocumentNodeStoreBuilder. buildNodeCache(DocumentNodeStore store)voidConsistency. check(@NotNull DocumentNodeStore ns, @NotNull Consistency.Result collector)voidVersionGarbageCollector. collectGarbageOnDocument(DocumentNodeStore store, NodeDocument doc, boolean verbose)static PropertyStateDocumentPropertyStateFactory. createPropertyState(DocumentNodeStore store, String name, String value)static PropertyStateDocumentPropertyStateFactory. createPropertyState(DocumentNodeStore store, String name, String value, Compression compression)Iterable<ReferencedBlob>DocumentNodeStoreBuilder. createReferencedBlobs(DocumentNodeStore ns)static VersionGarbageCollectorDocumentNodeStoreHelper. createVersionGC(DocumentNodeStore nodeStore, VersionGCSupport gcSupport, boolean isFullGCDryRun, DocumentNodeStoreBuilder<?> builder)static voidDocumentNodeStoreHelper. garbageReport(DocumentNodeStore dns)static SortedMap<Revision,Long>CheckpointsHelper. getCheckpoints(DocumentNodeStore store)@Nullable DocumentNodeStateNodeDocument. getNodeAtRevision(@NotNull DocumentNodeStore nodeStore, @NotNull RevisionVector readRevision, @Nullable Revision lastModified)Returns aDocumentNodeStateas seen at the givenreadRevision.static org.apache.jackrabbit.guava.common.cache.Cache<PathRev,DocumentNodeState>DocumentNodeStoreHelper. getNodesCache(DocumentNodeStore dns)static DocumentNodeStateDocumentNodeStoreHelper. readNode(DocumentNodeStore documentNodeStore, Path path, RevisionVector rootRevision)static intCheckpointsHelper. remove(DocumentNodeStore store, Revision r)static longCheckpointsHelper. removeAll(DocumentNodeStore store)static longCheckpointsHelper. removeOlderThan(DocumentNodeStore store, Revision r)static intCheckpointsHelper. setInfoProperty(DocumentNodeStore store, String rev, String key, String value)Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentNodeStore Constructor Description BlobCollector(DocumentNodeStore nodeStore)BlobReferenceIterator(DocumentNodeStore nodeStore)DocumentBlobReferenceRetriever(DocumentNodeStore nodeStore)DocumentBroadcastConfig(DocumentNodeStore documentNodeStore)DocumentCheckpointMBean(DocumentNodeStore store)DocumentNodeState(@NotNull DocumentNodeStore store, @NotNull Path path, @NotNull RevisionVector rootRevision, @NotNull Map<String,PropertyState> properties, boolean hasChildren, int memory, @Nullable RevisionVector lastRevision, boolean fromExternalChange)DocumentNodeState(@NotNull DocumentNodeStore store, @NotNull Path path, @Nullable RevisionVector lastRevision, @NotNull RevisionVector rootRevision, boolean fromExternalChange, DocumentNodeState.BundlingContext bundlingContext, int memory)JournalGarbageCollector(DocumentNodeStore nodeStore, long maxRevisionAgeMillis)NodeDocumentRevisionCleaner(DocumentNodeStore documentNodeStore, NodeDocument workingDocument)Constructor for NodeDocumentRevisionCleaner.NodeDocumentRevisionCleaner(DocumentNodeStore documentNodeStore, NodeDocument workingDocument, long toModifiedMs)Constructor for NodeDocumentRevisionCleaner. -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document.bundlor
Constructors in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type DocumentNodeStore Constructor Description BundledDocumentDiffer(DocumentNodeStore nodeStore) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document.check
Fields in org.apache.jackrabbit.oak.plugins.document.check declared as DocumentNodeStore Modifier and Type Field Description protected DocumentNodeStoreAsyncNodeStateProcessor. nsConstructors in org.apache.jackrabbit.oak.plugins.document.check with parameters of type DocumentNodeStore Constructor Description AsyncNodeStateProcessor(DocumentNodeStore ns, RevisionVector headRevision, ExecutorService executorService)Builder(DocumentNodeStore ns, DocumentStore store, Closer closer)ConsistencyCheck(DocumentNodeStore ns, ExecutorService executorService)NodeCounter(DocumentNodeStore ns, RevisionVector headRevision, ExecutorService executorService)OrphanedNodeCheck(DocumentNodeStore ns, RevisionVector headRevision, ExecutorService executorService) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo with parameters of type DocumentNodeStore Modifier and Type Method Description Iterable<ReferencedBlob>MongoDocumentNodeStoreBuilderBase. createReferencedBlobs(DocumentNodeStore ns)Constructors in org.apache.jackrabbit.oak.plugins.document.mongo with parameters of type DocumentNodeStore Constructor Description MongoBlobReferenceIterator(DocumentNodeStore nodeStore, MongoDocumentStore documentStore) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document.persistentCache
Methods in org.apache.jackrabbit.oak.plugins.document.persistentCache with parameters of type DocumentNodeStore Modifier and Type Method Description abstract <V> VCacheType. readValue(DocumentNodeStore store, DocumentStore docStore, ByteBuffer buffer)abstract <K> booleanCacheType. shouldCache(DocumentNodeStore store, K key)<K extends CacheValue,V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K,V> base, CacheType type)<K extends CacheValue,V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K,V> base, CacheType type, StatisticsProvider statisticsProvider) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type DocumentNodeStore Modifier and Type Method Description Iterable<ReferencedBlob>RDBDocumentNodeStoreBuilder. createReferencedBlobs(DocumentNodeStore ns)Constructors in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type DocumentNodeStore Constructor Description RDBBlobReferenceIterator(DocumentNodeStore nodeStore, RDBDocumentStore documentStore) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.plugins.document.secondary
Methods in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type DocumentNodeStore Modifier and Type Method Description protected voidSecondaryStoreCacheService. bindDocumentNodeStore(DocumentNodeStore documentNodeStore)protected voidSecondaryStoreCacheService. unbindDocumentNodeStore(DocumentNodeStore documentNodeStore) -
Uses of DocumentNodeStore in org.apache.jackrabbit.oak.run
Methods in org.apache.jackrabbit.oak.run that return DocumentNodeStore Modifier and Type Method Description DocumentNodeStoreCreateGarbageCommand. getDocumentNodeStore()
-