@Beta public final class ExistsTransactionRequest extends AbstractReadPathTransactionRequest<ExistsTransactionRequest>
| Constructor and Description |
|---|
ExistsTransactionRequest(@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 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, getPathisSnapshotOnlytoRequestFailuregetReplyTogetSequence, getTarget, getVersion, toString, toVersion, writeReplacepublic 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)
MessageMessage.Message(Message, ABIVersion).cloneAsVersion in class Message<TransactionIdentifier,ExistsTransactionRequest>version - target ABI versionprotected org.opendaylight.controller.cluster.access.commands.ExistsTransactionRequestProxyV1 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<ExistsTransactionRequest>version - Requested ABI versionCopyright © 2019 OpenDaylight. All rights reserved.