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.index.IndexConfiguration indexConfiguration,
org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig,
org.neo4j.helpers.TaskCoordinator taskCoordinator) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.neo4j.collection.primitive.PrimitiveLongIterator |
containsString(String exactTerm) |
long |
countIndexedNodes(long nodeId,
Object propertyValue) |
org.neo4j.storageengine.api.schema.IndexSampler |
createSampler() |
org.neo4j.collection.primitive.PrimitiveLongIterator |
endsWith(String suffix) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
rangeSeekByNumberInclusive(Number lower,
Number upper) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
rangeSeekByPrefix(String prefix) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
rangeSeekByString(String lower,
boolean includeLower,
String upper,
boolean includeUpper) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
scan() |
org.neo4j.collection.primitive.PrimitiveLongIterator |
seek(Object value) |
public PartitionedIndexReader(List<PartitionSearcher> partitionSearchers, org.neo4j.kernel.api.index.IndexConfiguration indexConfiguration, org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig, org.neo4j.helpers.TaskCoordinator taskCoordinator)
public org.neo4j.collection.primitive.PrimitiveLongIterator seek(Object value)
seek
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator rangeSeekByNumberInclusive(Number lower, Number upper)
rangeSeekByNumberInclusive
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator rangeSeekByString(String lower, boolean includeLower, String upper, boolean includeUpper)
rangeSeekByString
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator rangeSeekByPrefix(String prefix)
rangeSeekByPrefix
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator scan()
scan
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator containsString(String exactTerm)
containsString
in interface org.neo4j.storageengine.api.schema.IndexReader
public org.neo4j.collection.primitive.PrimitiveLongIterator endsWith(String suffix)
endsWith
in interface org.neo4j.storageengine.api.schema.IndexReader
public long countIndexedNodes(long nodeId, Object propertyValue)
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–2016 The Neo4j Graph Database Project. All rights reserved.