Interface Operation

All Known Subinterfaces:
SCOOperation
All Known Implementing Classes:
CollectionAddOperation, CollectionClearOperation, CollectionRemoveOperation, DeleteOperation, ListAddAtOperation, ListRemoveAtOperation, ListSetOperation, MapClearOperation, MapPutOperation, MapRemoveOperation, PersistOperation, UpdateMemberOperation

public interface Operation
Interface for an operation to be flushed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Accessor for StateManager of the object that this operation is performed on.
    void
    Method to perform the operation.
  • Method Details

    • getStateManager

      DNStateManager getStateManager()
      Accessor for StateManager of the object that this operation is performed on.
      Returns:
      StateManager
    • perform

      void perform()
      Method to perform the operation.