Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.NodeStateEntry
-
-
Uses of NodeStateEntry in org.apache.jackrabbit.oak.index.indexer.document
Methods in org.apache.jackrabbit.oak.index.indexer.document that return NodeStateEntry Modifier and Type Method Description NodeStateEntryNodeStateEntry.NodeStateEntryBuilder. build()Methods in org.apache.jackrabbit.oak.index.indexer.document that return types with arguments of type NodeStateEntry Modifier and Type Method Description @NotNull Iterator<NodeStateEntry>NodeStateEntryTraverser. iterator()Methods in org.apache.jackrabbit.oak.index.indexer.document with parameters of type NodeStateEntry Modifier and Type Method Description booleanCompositeIndexer. index(NodeStateEntry entry)booleanLuceneIndexer. index(NodeStateEntry entry)booleanNodeStateIndexer. index(NodeStateEntry entry) -
Uses of NodeStateEntry in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile that return NodeStateEntry Modifier and Type Method Description NodeStateEntryNodeStateEntryReader. read(String ffsLine)Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile that return types with arguments of type NodeStateEntry Modifier and Type Method Description @NotNull Iterator<NodeStateEntry>AheadOfTimeBlobDownloadingFlatFileStore. iterator()Iterator<NodeStateEntry>FlatFileStore. iterator()Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile with parameters of type NodeStateEntry Modifier and Type Method Description StringNodeStateEntryWriter. toString(NodeStateEntry e) -
Uses of NodeStateEntry in org.apache.jackrabbit.oak.index.indexer.document.flatfile.linkedList
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile.linkedList that return NodeStateEntry Modifier and Type Method Description NodeStateEntryFlatFileBufferLinkedList. remove()NodeStateEntryNodeStateEntryList. remove()Remove the first item from the list.NodeStateEntryPersistedLinkedList. remove()NodeStateEntryPersistedLinkedListV2. remove()Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile.linkedList that return types with arguments of type NodeStateEntry Modifier and Type Method Description Iterator<NodeStateEntry>FlatFileBufferLinkedList. iterator()Iterator<NodeStateEntry>NodeStateEntryList. iterator()Get an iterator to iterate over the whole listIterator<NodeStateEntry>PersistedLinkedList. iterator()Iterator<NodeStateEntry>PersistedLinkedListV2. iterator()Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile.linkedList with parameters of type NodeStateEntry Modifier and Type Method Description voidFlatFileBufferLinkedList. add(@NotNull NodeStateEntry item)voidNodeStateEntryList. add(@NotNull NodeStateEntry item)Add an item at the tail of the list.voidPersistedLinkedList. add(@NotNull NodeStateEntry item)voidPersistedLinkedListV2. add(@NotNull NodeStateEntry item) -
Uses of NodeStateEntry in org.apache.jackrabbit.oak.index.indexer.document.indexstore
Methods in org.apache.jackrabbit.oak.index.indexer.document.indexstore that return types with arguments of type NodeStateEntry Modifier and Type Method Description Iterator<NodeStateEntry>IndexStore. iterator() -
Uses of NodeStateEntry in org.apache.jackrabbit.oak.index.indexer.document.tree
Methods in org.apache.jackrabbit.oak.index.indexer.document.tree that return NodeStateEntry Modifier and Type Method Description NodeStateEntryTreeStore. getNodeStateEntry(String path)Methods in org.apache.jackrabbit.oak.index.indexer.document.tree that return types with arguments of type NodeStateEntry Modifier and Type Method Description Iterator<NodeStateEntry>ParallelTreeStore. iterator()Iterator<NodeStateEntry>TreeStore. iterator()Iterator<NodeStateEntry>TreeStore. nextSubsetIterator()
-