Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentNodeState.Children
-
Packages that use DocumentNodeState.Children Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of DocumentNodeState.Children in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document declared as DocumentNodeState.Children Modifier and Type Field Description static DocumentNodeState.Children
DocumentNodeState. NO_CHILDREN
Methods in org.apache.jackrabbit.oak.plugins.document that return DocumentNodeState.Children Modifier and Type Method Description static DocumentNodeState.Children
DocumentNodeState.Children. fromString(java.lang.String s)
Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type DocumentNodeState.Children 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<NamePathRev,DocumentNodeState.Children>
DocumentNodeStore. getNodeChildrenCache()
-