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 TypeMethodDescriptionAccessor for StateManager of the object that this operation is performed on.voidperform()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.
-