@Beta public final class TransactionDoCommitRequest extends TransactionRequest<TransactionDoCommitRequest>
| Constructor and Description |
|---|
TransactionDoCommitRequest(TransactionIdentifier target,
long sequence,
akka.actor.ActorRef replyTo) |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionDoCommitRequest |
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.TransactionDoCommitRequestProxyV1 |
externalizableProxy(ABIVersion version)
Instantiate a serialization proxy for this object for the target ABI version.
|
toRequestFailureaddToStringAttributes, getReplyTogetSequence, getTarget, getVersion, toString, toVersion, writeReplacepublic TransactionDoCommitRequest(TransactionIdentifier target, long sequence, akka.actor.ActorRef replyTo)
protected org.opendaylight.controller.cluster.access.commands.TransactionDoCommitRequestProxyV1 externalizableProxy(ABIVersion version)
MessageABIVersions. This method should never fail, as any compatibility
checks should have been done by Message.cloneAsVersion(ABIVersion).externalizableProxy in class TransactionRequest<TransactionDoCommitRequest>version - Requested ABI versionprotected TransactionDoCommitRequest cloneAsVersion(ABIVersion version)
MessageMessage.Message(Message, ABIVersion).cloneAsVersion in class Message<TransactionIdentifier,TransactionDoCommitRequest>version - target ABI versionCopyright © 2019 OpenDaylight. All rights reserved.