| Package | Description |
|---|---|
| org.neo4j.kernel.api.scan |
| Modifier and Type | Method and Description |
|---|---|
static NodeLabelUpdate |
NodeLabelUpdate.labelChanges(long nodeId,
long[] labelsBeforeChange,
long[] labelsAfterChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelScanStore.recover(Iterable<NodeLabelUpdate> updates)
Recover updates the store with a stream of updates of label->node mappings.
|
void |
LabelScanStore.updateAndCommit(Iterable<NodeLabelUpdate> updates)
Update the store with a stream of updates of label->node mappings.
|
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.