public class PartitionedIndexReader extends Object implements org.neo4j.storageengine.api.schema.IndexReader
SimpleIndexReader
s for individual partitions.SimpleIndexReader
Constructor and Description |
---|
PartitionedIndexReader(List<PartitionSearcher> partitionSearchers,
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,
org.neo4j.values.storable.Value... propertyValues) |
org.neo4j.storageengine.api.schema.IndexSampler |
createSampler() |
boolean |
hasFullNumberPrecision(org.neo4j.kernel.api.schema.IndexQuery... predicates) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
query(org.neo4j.kernel.api.schema.IndexQuery... predicates) |
public PartitionedIndexReader(List<PartitionSearcher> partitionSearchers, 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.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 boolean hasFullNumberPrecision(org.neo4j.kernel.api.schema.IndexQuery... predicates)
hasFullNumberPrecision
in interface org.neo4j.storageengine.api.schema.IndexReader
public long countIndexedNodes(long nodeId, org.neo4j.values.storable.Value... propertyValues)
countIndexedNodes
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.storageengine.api.schema.IndexSampler createSampler()
createSampler
in interface org.neo4j.storageengine.api.schema.IndexReader
public void close()
close
in interface AutoCloseable
close
in interface org.neo4j.graphdb.Resource
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.