| Package | Description |
|---|---|
| com.graphaware.tx.event.improved.api | |
| com.graphaware.tx.event.improved.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImprovedTransactionData
Within the context of a running transaction, this API gives users the ability to find out exactly what mutations
occurred on the graph during that transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredTransactionData
ImprovedTransactionData with filtering capabilities defined by InclusionPolicies, delegating to
FilteredNodeTransactionData and FilteredRelationshipTransactionData. |
class |
LazyTransactionData
ImprovedTransactionData delegating all work to LazyNodeTransactionData
and LazyRelationshipTransactionData. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionDataContainer
A component that contains
NodeTransactionData and RelationshipTransactionData. |
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.