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 class
AbstractLocalTransactionRequest<T extends AbstractLocalTransactionRequest<T>>
Abstract base class forRequest
s involving specific transactions local to a member node.Subclasses of AbstractLocalTransactionRequest in org.opendaylight.controller.cluster.access.commands Modifier and Type Class Description class
AbortLocalTransactionRequest
Request to abort a local transaction.class
CommitLocalTransactionRequest
Request to commit a local transaction.
-