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 NodeStateEntry
NodeStateEntry.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 boolean
CompositeIndexer. index(NodeStateEntry entry)
boolean
LuceneIndexer. index(NodeStateEntry entry)
boolean
NodeStateIndexer. 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 NodeStateEntry
NodeStateEntryReader. 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 String
NodeStateEntryWriter. 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 NodeStateEntry
FlatFileBufferLinkedList. remove()
NodeStateEntry
NodeStateEntryList. remove()
Remove the first item from the list.NodeStateEntry
PersistedLinkedList. remove()
NodeStateEntry
PersistedLinkedListV2. 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 void
FlatFileBufferLinkedList. add(@NotNull NodeStateEntry item)
void
NodeStateEntryList. add(@NotNull NodeStateEntry item)
Add an item at the tail of the list.void
PersistedLinkedList. add(@NotNull NodeStateEntry item)
void
PersistedLinkedListV2. 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 NodeStateEntry
TreeStore. 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()
-