Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentNodeState
-
Packages that use DocumentNodeState Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.prefetch -
-
Uses of DocumentNodeState in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return DocumentNodeState Modifier and Type Method Description @NotNull DocumentNodeStateDocumentNodeState. fromExternalChange()@Nullable DocumentNodeStateDocumentNodeState. getChildIfCached(String name)/** Returns the child node for the given name from the cache.@Nullable DocumentNodeStateDocumentNodeStore. getNode(@NotNull Path path, @NotNull RevisionVector rev)Get the node for the given path and revision.@Nullable DocumentNodeStateNodeDocument. getNodeAtRevision(@NotNull DocumentNodeStore nodeStore, @NotNull RevisionVector readRevision, @Nullable Revision lastModified)Returns aDocumentNodeStateas seen at the givenreadRevision.@NotNull DocumentNodeStateDocumentNodeStore. getRoot()static DocumentNodeStateDocumentNodeStoreHelper. readNode(DocumentNodeStore documentNodeStore, Path path, RevisionVector rootRevision)DocumentNodeStateDocumentNodeState. withRootRevision(@NotNull RevisionVector root, boolean externalChange)Creates a copy of thisDocumentNodeStatewith therootRevisionset to the givenrootrevision.Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type DocumentNodeState Modifier and Type Method Description org.apache.jackrabbit.guava.common.cache.Cache<PathRev,DocumentNodeState>DocumentNodeStoreBuilder. buildNodeCache(DocumentNodeStore store)Iterable<DocumentNodeState>DocumentNodeState. getAllBundledNodesStates()org.apache.jackrabbit.guava.common.cache.Cache<PathRev,DocumentNodeState>DocumentNodeStore. getNodeCache()static org.apache.jackrabbit.guava.common.cache.Cache<PathRev,DocumentNodeState>DocumentNodeStoreHelper. getNodesCache(DocumentNodeStore dns)Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentNodeState Constructor Description Consistency(@NotNull DocumentNodeState root, @NotNull NodeDocument document)Creates a new consistency check for the givenNodeDocument. -
Uses of DocumentNodeState in org.apache.jackrabbit.oak.plugins.document.prefetch
Methods in org.apache.jackrabbit.oak.plugins.document.prefetch with parameters of type DocumentNodeState Modifier and Type Method Description voidCacheWarming. prefetch(@NotNull Iterable<String> paths, @NotNull DocumentNodeState rootState)
-