@Beta public final class ReadTransactionRequest extends AbstractReadPathTransactionRequest<ReadTransactionRequest>
| Constructor and Description |
|---|
ReadTransactionRequest(TransactionIdentifier identifier,
long sequence,
akka.actor.ActorRef replyTo,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
boolean snapshotOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected ReadTransactionRequest |
cloneAsVersion(ABIVersion version)
Create a copy of this message which will serialize to a stream corresponding to the specified method.
|
protected org.opendaylight.controller.cluster.access.commands.ReadTransactionRequestProxyV1 |
externalizableProxy(ABIVersion version)
Instantiate a serialization proxy for this object for the target ABI version.
|
addToStringAttributes, getPathisSnapshotOnlytoRequestFailuregetReplyTogetSequence, getTarget, getVersion, toString, toVersion, writeReplacepublic ReadTransactionRequest(@Nonnull TransactionIdentifier identifier, long sequence, @Nonnull akka.actor.ActorRef replyTo, @Nonnull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, boolean snapshotOnly)
protected ReadTransactionRequest cloneAsVersion(ABIVersion version)
MessageMessage.Message(Message, ABIVersion).cloneAsVersion in class Message<TransactionIdentifier,ReadTransactionRequest>version - target ABI versionprotected org.opendaylight.controller.cluster.access.commands.ReadTransactionRequestProxyV1 externalizableProxy(ABIVersion version)
MessageABIVersions. This method should never fail, as any compatibility
checks should have been done by Message.cloneAsVersion(ABIVersion).externalizableProxy in class AbstractReadPathTransactionRequest<ReadTransactionRequest>version - Requested ABI versionCopyright © 2019 OpenDaylight. All rights reserved.