Class AbstractReadPathTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>
java.lang.Object
org.opendaylight.controller.cluster.access.concepts.Message<T,C>
org.opendaylight.controller.cluster.access.concepts.Request<TransactionIdentifier,T>
org.opendaylight.controller.cluster.access.commands.TransactionRequest<T>
org.opendaylight.controller.cluster.access.commands.AbstractReadTransactionRequest<T>
org.opendaylight.controller.cluster.access.commands.AbstractReadPathTransactionRequest<T>
- Type Parameters:
T
- Message type
- All Implemented Interfaces:
Serializable
,Immutable
- Direct Known Subclasses:
ExistsTransactionRequest
,ReadTransactionRequest
@Beta
public abstract class AbstractReadPathTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>
extends AbstractReadTransactionRequest<T>
Abstract base class for
TransactionRequest
s accessing data as visible in the isolated context of a particular
transaction. The path of the data being accessed is returned via getPath()
.
This class is visible outside of this package for the purpose of allowing common instanceof checks and simplified codepaths.
- Author:
- Robert Varga
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
addToStringAttributes
(MoreObjects.ToStringHelper toStringHelper) Add attributes to the output ofMessage.toString()
.protected abstract org.opendaylight.controller.cluster.access.commands.AbstractReadTransactionRequestProxyV1<T>
externalizableProxy
(ABIVersion version) final @NonNull YangInstanceIdentifier
getPath()
Methods inherited from class org.opendaylight.controller.cluster.access.commands.AbstractReadTransactionRequest
isSnapshotOnly
Methods inherited from class org.opendaylight.controller.cluster.access.commands.TransactionRequest
toRequestFailure
Methods inherited from class org.opendaylight.controller.cluster.access.concepts.Request
getReplyTo
Methods inherited from class org.opendaylight.controller.cluster.access.concepts.Message
cloneAsVersion, getSequence, getTarget, getVersion, toString, toVersion, writeReplace
-
Method Details
-
getPath
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper toStringHelper) Description copied from class:Message
Add attributes to the output ofMessage.toString()
. Subclasses wanting to contribute additional information should override this method. Any null attributes will be omitted from the output.- Overrides:
addToStringAttributes
in classAbstractReadTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>
- Parameters:
toStringHelper
- aMoreObjects.ToStringHelper
instance- Returns:
- The
MoreObjects.ToStringHelper
passed in as argument
-
externalizableProxy
protected abstract org.opendaylight.controller.cluster.access.commands.AbstractReadTransactionRequestProxyV1<T> externalizableProxy(ABIVersion version) - Specified by:
externalizableProxy
in classAbstractReadTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>
-