| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.index.indexer.document | |
| org.apache.jackrabbit.oak.index.indexer.document.flatfile |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NodeStateEntry> |
NodeStateEntryTraverser.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LuceneIndexer.index(NodeStateEntry entry) |
boolean |
NodeStateIndexer.index(NodeStateEntry entry) |
boolean |
CompositeIndexer.index(NodeStateEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
NodeStateEntry |
NodeStateEntryReader.read(String line) |
NodeStateEntry |
FlatFileBufferLinkedList.remove()
Remove the first item from the list
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<NodeStateEntry> |
FlatFileStore.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatFileBufferLinkedList.add(NodeStateEntry item)
Add
item at the tail of the list |
String |
NodeStateEntryWriter.toString(NodeStateEntry e) |
| Constructor and Description |
|---|
FlatFileNodeStoreBuilder(Iterable<NodeStateEntry> nodeStates,
File workDir) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.