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 Type
    Method
    Description
    void
    apply(Transaction transaction)
    Apply all mutations for the change set.
  • Method Details

    • apply

      void apply(@Nonnull Transaction transaction)
      Apply all mutations for the change set. These happen transactionally using the Transaction provided.
      Parameters:
      transaction - transaction to use when making all modifications