public class LuceneAllEntriesLabelScanReader extends Object implements org.neo4j.kernel.api.labelscan.AllEntriesLabelScanReader
| Constructor and Description |
|---|
LuceneAllEntriesLabelScanReader(org.neo4j.helpers.collection.BoundedIterable<org.apache.lucene.document.Document> documents,
BitmapDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<org.neo4j.kernel.api.labelscan.NodeLabelRange> |
iterator() |
long |
maxCount() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic LuceneAllEntriesLabelScanReader(org.neo4j.helpers.collection.BoundedIterable<org.apache.lucene.document.Document> documents,
BitmapDocumentFormat format)
public Iterator<org.neo4j.kernel.api.labelscan.NodeLabelRange> iterator()
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic long maxCount()
maxCount in interface org.neo4j.helpers.collection.BoundedIterable<org.neo4j.kernel.api.labelscan.NodeLabelRange>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.