@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.
|
toRequestFailure
addToStringAttributes, getReplyTo
getSequence, getTarget, getVersion, toString, toVersion, writeReplace
public TransactionDoCommitRequest(TransactionIdentifier target, long sequence, akka.actor.ActorRef replyTo)
protected org.opendaylight.controller.cluster.access.commands.TransactionDoCommitRequestProxyV1 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 TransactionRequest<TransactionDoCommitRequest>
version
- Requested ABI versionprotected TransactionDoCommitRequest cloneAsVersion(ABIVersion version)
Message
Message.Message(Message, ABIVersion)
.cloneAsVersion
in class Message<TransactionIdentifier,TransactionDoCommitRequest>
version
- target ABI versionCopyright © 2019 OpenDaylight. All rights reserved.