Uses of Class
org.opendaylight.controller.cluster.access.commands.AbstractLocalTransactionRequest
-
Packages that use AbstractLocalTransactionRequest Package Description org.opendaylight.controller.cluster.access.commands This package defines the messages used to interact with the CDS backend implementation. -
-
Uses of AbstractLocalTransactionRequest in org.opendaylight.controller.cluster.access.commands
Classes in org.opendaylight.controller.cluster.access.commands with type parameters of type AbstractLocalTransactionRequest Modifier and Type Class Description classAbstractLocalTransactionRequest<T extends AbstractLocalTransactionRequest<T>>Abstract base class forRequests involving specific transactions local to a member node.Subclasses of AbstractLocalTransactionRequest in org.opendaylight.controller.cluster.access.commands Modifier and Type Class Description classAbortLocalTransactionRequestRequest to abort a local transaction.classCommitLocalTransactionRequestRequest to commit a local transaction.
-