| Package | Description | 
|---|---|
| org.opendaylight.controller.cluster.datastore.messages | |
| org.opendaylight.controller.cluster.datastore.modification | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BatchedModificationsMessage used to batch write, merge, delete modification operations to the  ShardTransaction actor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CompositeModificationCompositeModification contains a list of modifications that need to be applied to the DOMStore. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractModificationBase class to be used for all simple modifications that can be applied to a DOMStoreTransaction. | 
| class  | DeleteModificationDeleteModification store all the parameters required to delete a path from the data tree. | 
| class  | MergeModificationMergeModification stores all the parameters required to merge data into the specified path. | 
| class  | MutableCompositeModificationMutableCompositeModification is just a mutable version of a CompositeModification. | 
| class  | WriteModificationWriteModification stores all the parameters required to write data to the specified path. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Modification> | CompositeModification. getModifications()Get a list of modifications contained by this composite. | 
| List<Modification> | MutableCompositeModification. getModifications() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MutableCompositeModification. addModification(Modification modification)Add a new Modification to the list of Modifications represented by this composite. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MutableCompositeModification. addModifications(Iterable<Modification> newMods) | 
Copyright © 2019 OpenDaylight. All rights reserved.