Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore.messages | |
org.opendaylight.controller.cluster.datastore.modification |
Modifier and Type | Class and Description |
---|---|
class |
BatchedModifications
Message used to batch write, merge, delete modification operations to the ShardTransaction actor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeModification
CompositeModification contains a list of modifications that need to be applied to the DOMStore.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModification
Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction.
|
class |
DeleteModification
DeleteModification store all the parameters required to delete a path from the data tree.
|
class |
MergeModification
MergeModification stores all the parameters required to merge data into the specified path.
|
class |
MutableCompositeModification
MutableCompositeModification is just a mutable version of a CompositeModification.
|
class |
WriteModification
WriteModification 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.