public final class PersistAbortTransactionPayload extends Object
ShardTransaction to
Shard to persist an
AbortTransactionPayload after the transaction has
been closed by the frontend and internal backend state has been updated.
Since the two are actors, we cannot perform a direct upcall, as that breaks actor containment and wreaks havoc into Akka itself. This class does not need to be serializable, as both actors are guaranteed to be co-located.
| Constructor and Description |
|---|
PersistAbortTransactionPayload(org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier txId) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier |
getTransactionId() |
Copyright © 2018 OpenDaylight. All rights reserved.