Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
-
Packages that use DocumentNodeStore Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.bundlor org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.persistentCache org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases.org.apache.jackrabbit.oak.plugins.document.secondary -
-
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 Cache<NamePathRev,DocumentNodeState.Children>DocumentNodeStoreBuilder. buildChildrenCache(DocumentNodeStore store)Cache<PathRev,DocumentNodeState>DocumentNodeStoreBuilder. buildNodeCache(DocumentNodeStore store)java.lang.Iterable<org.apache.jackrabbit.oak.plugins.blob.ReferencedBlob>DocumentNodeStoreBuilder. createReferencedBlobs(DocumentNodeStore ns)@Nullable DocumentNodeStateNodeDocument. getNodeAtRevision(@NotNull DocumentNodeStore nodeStore, @NotNull RevisionVector readRevision, @Nullable Revision lastModified)Returns aDocumentNodeStateas seen at the givenreadRevision.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 java.util.Map<java.lang.String,org.apache.jackrabbit.oak.api.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) -
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.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo with parameters of type DocumentNodeStore Modifier and Type Method Description java.lang.Iterable<org.apache.jackrabbit.oak.plugins.blob.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, java.nio.ByteBuffer buffer)abstract <K> booleanCacheType. shouldCache(DocumentNodeStore store, K key)<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue>
Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, Cache<K,V> base, CacheType type)<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue>
Cache<K,V>PersistentCache. wrap(DocumentNodeStore docNodeStore, DocumentStore docStore, Cache<K,V> base, CacheType type, org.apache.jackrabbit.oak.stats.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 java.lang.Iterable<org.apache.jackrabbit.oak.plugins.blob.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)
-