public abstract class AbstractClientHistory extends Object implements org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>
| Modifier and Type | Method and Description |
|---|---|
ClientTransaction |
createTransaction()
Allocate a new
ClientTransaction. |
org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier |
getIdentifier() |
ClientSnapshot |
takeSnapshot()
Create a new
ClientSnapshot. |
public org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier getIdentifier()
getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>public ClientTransaction createTransaction()
ClientTransaction.ClientTransactionorg.opendaylight.mdsal.common.api.TransactionChainClosedException - if this history is closedIllegalStateException - if a previous dependent transaction has not been closedpublic ClientSnapshot takeSnapshot()
ClientSnapshot.ClientSnapshotorg.opendaylight.mdsal.common.api.TransactionChainClosedException - if this history is closedIllegalStateException - if a previous dependent transaction has not been closedCopyright © 2018 OpenDaylight. All rights reserved.