Package | Description |
---|---|
org.opendaylight.controller.cluster.access.commands |
This package defines the messages used to interact with the CDS backend implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionDataModification
A
TransactionModification which has a data component. |
class |
TransactionDelete
Delete a particular path.
|
class |
TransactionMerge
Merge a
NormalizedNode tree onto a specific path. |
class |
TransactionWrite
Modification to write (and replace) a subtree at specified path with another subtree.
|
Modifier and Type | Method and Description |
---|---|
List<TransactionModification> |
ModifyTransactionRequest.getModifications() |
Modifier and Type | Method and Description |
---|---|
void |
ModifyTransactionRequestBuilder.addModification(TransactionModification modification) |
Copyright © 2019 OpenDaylight. All rights reserved.