public class SimpleIndexReader extends Object implements org.neo4j.storageengine.api.schema.IndexReader
PartitionedIndexReader
Constructor and Description |
---|
SimpleIndexReader(PartitionSearcher partitionSearcher,
org.neo4j.kernel.api.schema.index.IndexDescriptor 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.IndexQuery... predicates) |
public SimpleIndexReader(PartitionSearcher partitionSearcher, org.neo4j.kernel.api.schema.index.IndexDescriptor descriptor, org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig, org.neo4j.helpers.TaskCoordinator taskCoordinator)
public org.neo4j.storageengine.api.schema.IndexSampler createSampler()
createSampler
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator query(org.neo4j.kernel.api.schema.IndexQuery... predicates) throws org.neo4j.kernel.api.exceptions.index.IndexNotApplicableKernelException
query
in interface org.neo4j.storageengine.api.schema.IndexReader
org.neo4j.kernel.api.exceptions.index.IndexNotApplicableKernelException
public long countIndexedNodes(long nodeId, Object... propertyValues)
countIndexedNodes
in interface org.neo4j.storageengine.api.schema.IndexReader
public void close()
close
in interface AutoCloseable
close
in interface org.neo4j.graphdb.Resource
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.