public class SimpleLuceneLabelScanStoreReader extends Object implements org.neo4j.storageengine.api.schema.LabelScanReader
| Constructor and Description |
|---|
SimpleLuceneLabelScanStoreReader(PartitionSearcher partitionSearcher,
LabelScanStorageStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.neo4j.collection.primitive.PrimitiveLongIterator |
nodesWithAllLabels(int... labelIds) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
nodesWithAnyOfLabels(int... labelIds) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
nodesWithLabel(int labelId) |
public SimpleLuceneLabelScanStoreReader(PartitionSearcher partitionSearcher, LabelScanStorageStrategy strategy)
public org.neo4j.collection.primitive.PrimitiveLongIterator nodesWithLabel(int labelId)
nodesWithLabel in interface org.neo4j.storageengine.api.schema.LabelScanReaderpublic org.neo4j.collection.primitive.PrimitiveLongIterator nodesWithAnyOfLabels(int... labelIds)
nodesWithAnyOfLabels in interface org.neo4j.storageengine.api.schema.LabelScanReaderpublic org.neo4j.collection.primitive.PrimitiveLongIterator nodesWithAllLabels(int... labelIds)
nodesWithAllLabels in interface org.neo4j.storageengine.api.schema.LabelScanReaderpublic void close()
close in interface AutoCloseableclose in interface org.neo4j.graphdb.ResourceCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.