| Package | Description |
|---|---|
| org.neo4j.storageengine.api | |
| org.neo4j.storageengine.api.txstate |
| Class and Description |
|---|
| ReadableTransactionState
This interface contains the methods for reading transaction state from the transaction state.
|
| Class and Description |
|---|
| DiffSetsVisitor
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
SuperReadableDiffSets with added method for filtering added items. |
ReadableRelationshipDiffSets
SuperReadableDiffSets with added method for filtering added relationships. |
| RelationshipState
Represents the transactional changes to a relationship.
|
| SuperReadableDiffSets
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.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.