Uses of Class
org.opendaylight.controller.cluster.access.commands.TransactionModification
-
Packages that use TransactionModification Package Description org.opendaylight.controller.cluster.access.commands This package defines the messages used to interact with the CDS backend implementation. -
-
Uses of TransactionModification in org.opendaylight.controller.cluster.access.commands
Subclasses of TransactionModification in org.opendaylight.controller.cluster.access.commands Modifier and Type Class Description class
TransactionDataModification
ATransactionModification
which has a data component.class
TransactionDelete
Delete a particular path.class
TransactionMerge
Merge aNormalizedNode
tree onto a specific path.class
TransactionWrite
Modification to write (and replace) a subtree at specified path with another subtree.Methods in org.opendaylight.controller.cluster.access.commands that return types with arguments of type TransactionModification Modifier and Type Method Description List<TransactionModification>
ModifyTransactionRequest. getModifications()
Methods in org.opendaylight.controller.cluster.access.commands with parameters of type TransactionModification Modifier and Type Method Description void
ModifyTransactionRequestBuilder. addModification(TransactionModification modification)
-