public class NodeStateEntryTraverser extends Object implements Iterable<NodeStateEntry>, Closeable
| Constructor and Description |
|---|
NodeStateEntryTraverser(DocumentNodeStore documentNodeStore,
MongoDocumentStore documentStore) |
NodeStateEntryTraverser(RevisionVector rootRevision,
DocumentNodeStore documentNodeStore,
MongoDocumentStore documentStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
@NotNull Iterator<NodeStateEntry> |
iterator() |
NodeStateEntryTraverser |
withPathPredicate(Predicate<String> pathPredicate) |
NodeStateEntryTraverser |
withProgressCallback(Consumer<String> progressReporter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NodeStateEntryTraverser(DocumentNodeStore documentNodeStore, MongoDocumentStore documentStore)
public NodeStateEntryTraverser(RevisionVector rootRevision, DocumentNodeStore documentNodeStore, MongoDocumentStore documentStore)
@NotNull public @NotNull Iterator<NodeStateEntry> iterator()
iterator in interface Iterable<NodeStateEntry>public NodeStateEntryTraverser withProgressCallback(Consumer<String> progressReporter)
public NodeStateEntryTraverser withPathPredicate(Predicate<String> pathPredicate)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.