| Package | Description |
|---|---|
| org.neo4j.kernel.api.index |
| Modifier and Type | Method and Description |
|---|---|
static NodePropertyUpdate |
NodePropertyUpdate.add(long nodeId,
long propertyKeyId,
Object value,
long[] labels) |
static NodePropertyUpdate |
NodePropertyUpdate.change(long nodeId,
long propertyKeyId,
Object valueBefore,
long[] labelsBefore,
Object valueAfter,
long[] labelsAfter) |
static NodePropertyUpdate |
NodePropertyUpdate.remove(long nodeId,
long propertyKeyId,
Object value,
long[] labels) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexAccessor.recover(Iterable<NodePropertyUpdate> updates)
Apply a set of changes to this index.
|
void |
IndexAccessor.Adapter.recover(Iterable<NodePropertyUpdate> updates) |
void |
IndexPopulator.update(Iterable<NodePropertyUpdate> updates)
Apply a set of changes to this index, generally this will be a set of changes from a transaction.
|
void |
IndexPopulator.Adapter.update(Iterable<NodePropertyUpdate> updates) |
void |
IndexAccessor.updateAndCommit(Iterable<NodePropertyUpdate> updates)
Apply a set of changes to this index.
|
void |
IndexAccessor.Adapter.updateAndCommit(Iterable<NodePropertyUpdate> updates) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.