Interface | Description |
---|---|
DiffSetsVisitor<T> |
Visits added and removed elements of a
ReadableDiffSets . |
NodeState |
Represents the transactional changes to a node:
Labels that have been added
or removed.
Added and removed relationships.
Changes to properties.
|
NodeState.Visitor | |
PropertyContainerState |
Represents the property changes to a
node or relationship :
Added properties,
removed properties, and
changed property values.
|
PropertyContainerState.Visitor | |
ReadableDiffSets<T> |
SuperReadableDiffSets with added method for filtering added items. |
ReadableRelationshipDiffSets<T> |
SuperReadableDiffSets with added method for filtering added relationships. |
ReadableTransactionState |
This interface contains the methods for reading transaction state from the transaction state.
|
RelationshipState |
Represents the transactional changes to a relationship.
|
SuperReadableDiffSets<T,LONGITERATOR extends org.neo4j.collection.primitive.PrimitiveLongIterator> |
Super class of diff sets where use of
PrimitiveLongIterator can be parameterized
to a specific subclass instead. |
TxStateVisitor |
A visitor for visiting the changes that have been made in a transaction.
|
Class | Description |
---|---|
DiffSetsVisitor.Adapter<T> | |
ReadableDiffSets.Empty<T> | |
ReadableRelationshipDiffSets.Empty<T> | |
TxStateVisitor.Adapter | |
TxStateVisitor.Delegator |
Enum | Description |
---|---|
UpdateTriState |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.