@Beta public final class ModifyTransactionRequest extends TransactionRequest<ModifyTransactionRequest> implements SliceableMessage
PersistenceProtocol
.Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Add attributes to the output of
Message.toString() . |
protected ModifyTransactionRequest |
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.ModifyTransactionRequestProxyV1 |
externalizableProxy(ABIVersion version)
Instantiate a serialization proxy for this object for the target ABI version.
|
List<TransactionModification> |
getModifications() |
Optional<PersistenceProtocol> |
getPersistenceProtocol() |
toRequestFailure
getReplyTo
getSequence, getTarget, getVersion, toString, toVersion, writeReplace
public Optional<PersistenceProtocol> getPersistenceProtocol()
public List<TransactionModification> getModifications()
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Message
Message.toString()
. Subclasses wanting to contribute additional information
should override this method. Any null attributes will be omitted from the output.addToStringAttributes
in class Request<TransactionIdentifier,ModifyTransactionRequest>
toStringHelper
- a MoreObjects.ToStringHelper
instanceMoreObjects.ToStringHelper
passed in as argumentprotected org.opendaylight.controller.cluster.access.commands.ModifyTransactionRequestProxyV1 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<ModifyTransactionRequest>
version
- Requested ABI versionprotected ModifyTransactionRequest cloneAsVersion(ABIVersion version)
Message
Message.Message(Message, ABIVersion)
.cloneAsVersion
in class Message<TransactionIdentifier,ModifyTransactionRequest>
version
- target ABI versionCopyright © 2019 OpenDaylight. All rights reserved.