Uses of Interface
org.apache.jackrabbit.oak.plugins.document.locks.NodeDocumentLocks
Packages that use NodeDocumentLocks
Package
Description
-
Uses of NodeDocumentLocks in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type NodeDocumentLocksModifier and TypeMethodDescriptionDocumentNodeStoreBuilder.buildNodeDocumentCache
(DocumentStore docStore, NodeDocumentLocks locks) -
Uses of NodeDocumentLocks in org.apache.jackrabbit.oak.plugins.document.cache
Constructors in org.apache.jackrabbit.oak.plugins.document.cache with parameters of type NodeDocumentLocksModifierConstructorDescriptionNodeDocumentCache
(@NotNull org.apache.jackrabbit.guava.common.cache.Cache<CacheValue, NodeDocument> nodeDocumentsCache, @NotNull CacheStats nodeDocumentsCacheStats, @NotNull org.apache.jackrabbit.guava.common.cache.Cache<StringValue, NodeDocument> prevDocumentsCache, @NotNull CacheStats prevDocumentsCacheStats, @NotNull NodeDocumentLocks locks) -
Uses of NodeDocumentLocks in org.apache.jackrabbit.oak.plugins.document.locks
Classes in org.apache.jackrabbit.oak.plugins.document.locks that implement NodeDocumentLocks