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, wait
forEach, spliterator
public 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 AutoCloseable
Exception
public long maxCount()
maxCount
in interface org.neo4j.helpers.collection.BoundedIterable<org.neo4j.kernel.api.labelscan.NodeLabelRange>
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.