Uses of Package
org.opendaylight.controller.cluster.datastore.modification
Packages that use org.opendaylight.controller.cluster.datastore.modification
Package
Description
-
Classes in org.opendaylight.controller.cluster.datastore.modification used by org.opendaylight.controller.cluster.datastore.messagesClassDescriptionCompositeModification contains a list of modifications that need to be applied to the DOMStore.Represents a modification to the data store.MutableCompositeModification is just a mutable version of a CompositeModification.
-
Classes in org.opendaylight.controller.cluster.datastore.modification used by org.opendaylight.controller.cluster.datastore.modificationClassDescriptionBase 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.