public interface LabelScanStorageStrategy
Modifier and Type | Interface and Description |
---|---|
static interface |
LabelScanStorageStrategy.StorageService |
Modifier and Type | Method and Description |
---|---|
org.neo4j.unsafe.batchinsert.LabelScanWriter |
acquireWriter(LabelScanStorageStrategy.StorageService storage) |
Iterator<Long> |
labelsForNode(org.apache.lucene.search.IndexSearcher searcher,
long nodeId) |
org.neo4j.kernel.api.direct.AllEntriesLabelScanReader |
newNodeLabelReader(org.apache.lucene.search.SearcherManager searcher) |
org.neo4j.collection.primitive.PrimitiveLongIterator |
nodesWithLabel(org.apache.lucene.search.IndexSearcher searcher,
int labelId) |
org.neo4j.collection.primitive.PrimitiveLongIterator nodesWithLabel(org.apache.lucene.search.IndexSearcher searcher, int labelId)
org.neo4j.kernel.api.direct.AllEntriesLabelScanReader newNodeLabelReader(org.apache.lucene.search.SearcherManager searcher)
Iterator<Long> labelsForNode(org.apache.lucene.search.IndexSearcher searcher, long nodeId)
org.neo4j.unsafe.batchinsert.LabelScanWriter acquireWriter(LabelScanStorageStrategy.StorageService storage)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.