Uses of Package
org.opendaylight.controller.cluster.datastore.modification
-
Classes in org.opendaylight.controller.cluster.datastore.modification used by org.opendaylight.controller.cluster.datastore Class Description AbstractModification Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction. -
Classes in org.opendaylight.controller.cluster.datastore.modification used by org.opendaylight.controller.cluster.datastore.messages Class Description CompositeModification CompositeModification contains a list of modifications that need to be applied to the DOMStore.Modification Represents a modification to the data store.MutableCompositeModification MutableCompositeModification is just a mutable version of a CompositeModification. -
Classes in org.opendaylight.controller.cluster.datastore.modification used by org.opendaylight.controller.cluster.datastore.modification Class Description AbstractModification Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction.CompositeModification CompositeModification contains a list of modifications that need to be applied to the DOMStore.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.Modification Represents a modification to the data store.MutableCompositeModification MutableCompositeModification is just a mutable version of a CompositeModification.WriteModification WriteModification stores all the parameters required to write data to the specified path.