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 classTransactionDataModificationATransactionModificationwhich has a data component.classTransactionDeleteDelete a particular path.classTransactionMergeMerge aNormalizedNodetree onto a specific path.classTransactionWriteModification 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 voidModifyTransactionRequestBuilder. addModification(TransactionModification modification)
-