public interface LabelScanWriter extends Closeable
Modifier and Type | Field and Description |
---|---|
static LabelScanWriter |
EMPTY |
static final LabelScanWriter EMPTY
void write(org.neo4j.kernel.api.labelscan.NodeLabelUpdate update) throws IOException, org.neo4j.kernel.api.exceptions.index.IndexCapacityExceededException
NodeLabelUpdate
. Calls to this method MUST be ordered by ascending node id.update
- node label update to storeIOException
- some kind of I/O exception has occurredorg.neo4j.kernel.api.exceptions.index.IndexCapacityExceededException
- when no more index entries can be addedvoid close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.