public final class IncrementTransactionSequenceRequest extends AbstractReadTransactionRequest<IncrementTransactionSequenceRequest>
ReadTransactionRequest) is satisfied by the backend
before the need to replay the transaction to a different remote backend.| Constructor and Description |
|---|
IncrementTransactionSequenceRequest(TransactionIdentifier identifier,
long sequence,
akka.actor.ActorRef replyTo,
boolean snapshotOnly,
long increment) |
| Modifier and Type | Method and Description |
|---|---|
protected IncrementTransactionSequenceRequest |
cloneAsVersion(ABIVersion targetVersion)
Create a copy of this message which will serialize to a stream corresponding to the specified method.
|
protected org.opendaylight.controller.cluster.access.commands.IncrementTransactionSequenceRequestProxyV1 |
externalizableProxy(ABIVersion version)
Instantiate a serialization proxy for this object for the target ABI version.
|
long |
getIncrement()
Return the sequence increment beyond this request's sequence.
|
addToStringAttributes, isSnapshotOnlytoRequestFailuregetReplyTogetSequence, getTarget, getVersion, toString, toVersion, writeReplacepublic IncrementTransactionSequenceRequest(TransactionIdentifier identifier, long sequence, akka.actor.ActorRef replyTo, boolean snapshotOnly, long increment)
public long getIncrement()
protected org.opendaylight.controller.cluster.access.commands.IncrementTransactionSequenceRequestProxyV1 externalizableProxy(ABIVersion version)
MessageABIVersions. This method should never fail, as any compatibility
checks should have been done by Message.cloneAsVersion(ABIVersion).externalizableProxy in class AbstractReadTransactionRequest<IncrementTransactionSequenceRequest>version - Requested ABI versionprotected IncrementTransactionSequenceRequest cloneAsVersion(ABIVersion targetVersion)
MessageMessage.Message(Message, ABIVersion).cloneAsVersion in class Message<TransactionIdentifier,IncrementTransactionSequenceRequest>targetVersion - target ABI versionCopyright © 2019 OpenDaylight. All rights reserved.