Uses of Interface
org.opendaylight.controller.cluster.datastore.modification.Modification
-
Packages that use Modification Package Description org.opendaylight.controller.cluster.datastore.messages org.opendaylight.controller.cluster.datastore.modification -
-
Uses of Modification in org.opendaylight.controller.cluster.datastore.messages
Classes in org.opendaylight.controller.cluster.datastore.messages that implement Modification Modifier and Type Class Description classBatchedModificationsMessage used to batch write, merge, delete modification operations to the ShardTransaction actor. -
Uses of Modification in org.opendaylight.controller.cluster.datastore.modification
Subinterfaces of Modification in org.opendaylight.controller.cluster.datastore.modification Modifier and Type Interface Description interfaceCompositeModificationCompositeModification contains a list of modifications that need to be applied to the DOMStore.Classes in org.opendaylight.controller.cluster.datastore.modification that implement Modification Modifier and Type Class Description classAbstractModificationBase class to be used for all simple modifications that can be applied to a DOMStoreTransaction.classDeleteModificationDeleteModification store all the parameters required to delete a path from the data tree.classMergeModificationMergeModification stores all the parameters required to merge data into the specified path.classMutableCompositeModificationMutableCompositeModification is just a mutable version of a CompositeModification.classWriteModificationWriteModification stores all the parameters required to write data to the specified path.Methods in org.opendaylight.controller.cluster.datastore.modification that return types with arguments of type Modification Modifier and Type Method Description List<Modification>CompositeModification. getModifications()Get a list of modifications contained by this composite.List<Modification>MutableCompositeModification. getModifications()Methods in org.opendaylight.controller.cluster.datastore.modification with parameters of type Modification Modifier and Type Method Description voidMutableCompositeModification. addModification(Modification modification)Add a new Modification to the list of Modifications represented by this composite.Method parameters in org.opendaylight.controller.cluster.datastore.modification with type arguments of type Modification Modifier and Type Method Description voidMutableCompositeModification. addModifications(Iterable<Modification> newMods)
-