public class PartitionedIndexReader extends Object implements org.neo4j.storageengine.api.schema.IndexReader
SimpleIndexReaders for individual partitions.SimpleIndexReader| Constructor and Description |
|---|
PartitionedIndexReader(List<PartitionSearcher> partitionSearchers,
org.neo4j.kernel.api.schema_new.index.NewIndexDescriptor descriptor,
org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig,
org.neo4j.helpers.TaskCoordinator taskCoordinator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
countIndexedNodes(long nodeId,
Object... propertyValues) |
org.neo4j.storageengine.api.schema.IndexSampler |
createSampler() |
org.neo4j.collection.primitive.PrimitiveLongIterator |
query(org.neo4j.kernel.api.schema_new.IndexQuery... predicates) |
public PartitionedIndexReader(List<PartitionSearcher> partitionSearchers, org.neo4j.kernel.api.schema_new.index.NewIndexDescriptor descriptor, org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig, org.neo4j.helpers.TaskCoordinator taskCoordinator)
public org.neo4j.collection.primitive.PrimitiveLongIterator query(org.neo4j.kernel.api.schema_new.IndexQuery... predicates)
throws org.neo4j.kernel.api.exceptions.index.IndexNotApplicableKernelException
query in interface org.neo4j.storageengine.api.schema.IndexReaderorg.neo4j.kernel.api.exceptions.index.IndexNotApplicableKernelExceptionpublic long countIndexedNodes(long nodeId,
Object... propertyValues)
countIndexedNodes in interface org.neo4j.storageengine.api.schema.IndexReaderpublic org.neo4j.storageengine.api.schema.IndexSampler createSampler()
createSampler in interface org.neo4j.storageengine.api.schema.IndexReaderpublic void close()
close in interface AutoCloseableclose in interface org.neo4j.graphdb.ResourceCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.