| Package | Description |
|---|---|
| org.neo4j.kernel.api.index |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateIndexEntryConflictException |
class |
PreexistingIndexEntryConflictException
Thrown from update methods (eg.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexPopulator.add(long nodeId,
Object propertyValue)
Called when initially populating an index over existing data.
|
void |
IndexPopulator.Adapter.add(long nodeId,
Object propertyValue) |
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.