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