@Beta public final class ExistsTransactionRequest extends AbstractReadPathTransactionRequest<ExistsTransactionRequest>
Constructor and Description |
---|
ExistsTransactionRequest(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 ExistsTransactionRequest |
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.ExistsTransactionRequestProxyV1 |
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 ExistsTransactionRequest(@Nonnull TransactionIdentifier identifier, long sequence, @Nonnull akka.actor.ActorRef replyTo, @Nonnull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, boolean snapshotOnly)
protected ExistsTransactionRequest cloneAsVersion(ABIVersion version)
Message
Message.Message(Message, ABIVersion)
.cloneAsVersion
in class Message<TransactionIdentifier,ExistsTransactionRequest>
version
- target ABI versionprotected org.opendaylight.controller.cluster.access.commands.ExistsTransactionRequestProxyV1 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<ExistsTransactionRequest>
version
- Requested ABI versionCopyright © 2019 OpenDaylight. All rights reserved.