public final class ReadyLocalTransaction extends Object
ReadyLocalTransactionSerializer
and turned into BatchedModifications
.Constructor and Description |
---|
ReadyLocalTransaction(TransactionIdentifier transactionId,
org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification modification,
boolean doCommitOnReady,
Optional<SortedSet<String>> participatingShardNames) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification |
getModification() |
Optional<SortedSet<String>> |
getParticipatingShardNames() |
short |
getRemoteVersion() |
TransactionIdentifier |
getTransactionId() |
boolean |
isDoCommitOnReady() |
void |
setRemoteVersion(short remoteVersion) |
public ReadyLocalTransaction(TransactionIdentifier transactionId, org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification modification, boolean doCommitOnReady, Optional<SortedSet<String>> participatingShardNames)
public TransactionIdentifier getTransactionId()
public org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification getModification()
public boolean isDoCommitOnReady()
public short getRemoteVersion()
public void setRemoteVersion(short remoteVersion)
Copyright © 2019 OpenDaylight. All rights reserved.