Package org.opendaylight.controller.cluster.datastore.modification
-
Interface Summary Interface Description CompositeModification CompositeModification contains a list of modifications that need to be applied to the DOMStore.Modification Represents a modification to the data store. -
Class Summary Class Description AbstractModification Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction.DeleteModification DeleteModification store all the parameters required to delete a path from the data tree.MergeModification MergeModification stores all the parameters required to merge data into the specified path.MutableCompositeModification MutableCompositeModification is just a mutable version of a CompositeModification.WriteModification WriteModification stores all the parameters required to write data to the specified path.