Interface Node.ChangeSet
- All Known Implementing Classes:
AbstractChangeSet
- Enclosing interface:
- Node
public static interface Node.ChangeSet
A change set for slots. Implemented within implementations of
StorageAdapter
to provide specific actions
when a node is written, mostly to avoid re-persisting all slots if not necessary.-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Transaction transaction) Apply all mutations for the change set.
-
Method Details
-
apply
Apply all mutations for the change set. These happen transactionally using theTransaction
provided.- Parameters:
transaction
- transaction to use when making all modifications
-