public interface LabelScanStorageStrategy
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LabelScanStorageStrategy.StorageService |
| Modifier and Type | Method and Description |
|---|---|
void |
applyUpdates(LabelScanStorageStrategy.StorageService storage,
Iterator<org.neo4j.kernel.api.labelscan.NodeLabelUpdate> updates) |
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.kernel.impl.util.PrimitiveLongIterator |
nodesWithLabel(org.apache.lucene.search.IndexSearcher searcher,
int labelId) |
void applyUpdates(LabelScanStorageStrategy.StorageService storage, Iterator<org.neo4j.kernel.api.labelscan.NodeLabelUpdate> updates) throws IOException
IOExceptionorg.neo4j.kernel.impl.util.PrimitiveLongIterator nodesWithLabel(org.apache.lucene.search.IndexSearcher searcher,
int labelId)
org.neo4j.kernel.api.direct.AllEntriesLabelScanReader newNodeLabelReader(org.apache.lucene.search.SearcherManager searcher)
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.