@Beta public final class ReadTransactionRequest extends AbstractReadPathTransactionRequest<ReadTransactionRequest>
Constructor and Description |
---|
ReadTransactionRequest(@NonNull TransactionIdentifier identifier,
long sequence,
@NonNull akka.actor.ActorRef replyTo,
@NonNull 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, getPath
isSnapshotOnly
toRequestFailure
getReplyTo
getSequence, getTarget, getVersion, toString, toVersion, writeReplace
public 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)
Message
Message.Message(Message, ABIVersion)
.cloneAsVersion
in class Message<TransactionIdentifier,ReadTransactionRequest>
version
- target ABI versionprotected org.opendaylight.controller.cluster.access.commands.ReadTransactionRequestProxyV1 externalizableProxy(ABIVersion version)
Message
ABIVersion
s. 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.