Uses of Class
org.opendaylight.controller.cluster.access.commands.AbstractReadPathTransactionRequest
-
Packages that use AbstractReadPathTransactionRequest Package Description org.opendaylight.controller.cluster.access.commands This package defines the messages used to interact with the CDS backend implementation. -
-
Uses of AbstractReadPathTransactionRequest in org.opendaylight.controller.cluster.access.commands
Classes in org.opendaylight.controller.cluster.access.commands with type parameters of type AbstractReadPathTransactionRequest Modifier and Type Class Description class
AbstractReadPathTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>
Abstract base class forTransactionRequest
s accessing data as visible in the isolated context of a particular transaction.Subclasses of AbstractReadPathTransactionRequest in org.opendaylight.controller.cluster.access.commands Modifier and Type Class Description class
ExistsTransactionRequest
A transaction request to query if a particular path exists in the current view of a particular transaction.class
ReadTransactionRequest
A transaction request to read a particular path exists in the current view of a particular transaction.
-