public class PartitionedLuceneLabelScanStoreReader extends Object implements org.neo4j.storageengine.api.schema.LabelScanReader
SimpleLuceneLabelScanStoreReaders for individual partitions.SimpleLuceneLabelScanStoreReader| Constructor and Description |
|---|
PartitionedLuceneLabelScanStoreReader(List<PartitionSearcher> searchers,
LabelScanStorageStrategy storageStrategy) |
| 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 PartitionedLuceneLabelScanStoreReader(List<PartitionSearcher> searchers, LabelScanStorageStrategy storageStrategy)
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.