Uses of Class
org.opendaylight.controller.cluster.access.commands.TransactionRequest
Packages that use TransactionRequest
Package
Description
This package defines the messages used to interact with the CDS backend implementation.
-
Uses of TransactionRequest in org.opendaylight.controller.cluster.access.commands
Classes in org.opendaylight.controller.cluster.access.commands with type parameters of type TransactionRequestModifier and TypeClassDescriptionclassTransactionRequest<T extends TransactionRequest<T>>Abstract base class forRequests involving specific transaction.protected static interfaceTransactionRequest.SerialForm<T extends TransactionRequest<T>>Subclasses of TransactionRequest in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal classRequest to abort a local transaction.classAbstract base class forRequests involving specific transactions local to a member node.classAbstract base class forTransactionRequests accessing data as visible in the isolated context of a particular transaction.classAbstractReadTransactionRequest<T extends AbstractReadTransactionRequest<T>>Abstract base class forTransactionRequests accessing transaction state without modifying it.final classRequest to commit a local transaction.final classA transaction request to query if a particular path exists in the current view of a particular transaction.final classA blank transaction request.final classA transaction request to apply a particular set of operations on top of the current transaction.final classA transaction request to read a particular path exists in the current view of a particular transaction.final classRequest to skip a number ofTransactionIdentifiers within a {code local history}.final classA transaction request to perform the abort step of the three-phase commit protocol.final classA transaction request to perform the final, doCommit, step of the three-phase commit protocol.final classA transaction request to perform the second, preCommit, step of the three-phase commit protocol.final classA transaction request to perform the final transaction transition, which is purging it from the protocol view, meaning the frontend has no further knowledge of the transaction.