public class ClientBackedDataStore extends AbstractDataStore
| Constructor and Description |
|---|
ClientBackedDataStore(akka.actor.ActorSystem actorSystem,
ClusterWrapper cluster,
Configuration configuration,
DatastoreContextFactory datastoreContextFactory,
DatastoreSnapshot restoreFromSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.mdsal.dom.spi.store.DOMStoreTransactionChain |
createTransactionChain() |
org.opendaylight.mdsal.dom.spi.store.DOMStoreReadTransaction |
newReadOnlyTransaction() |
org.opendaylight.mdsal.dom.spi.store.DOMStoreReadWriteTransaction |
newReadWriteTransaction() |
org.opendaylight.mdsal.dom.spi.store.DOMStoreWriteTransaction |
newWriteOnlyTransaction() |
close, getActorContext, getClient, getWaitTillReadyCountDownLatch, onDatastoreContextUpdated, onGlobalContextUpdated, registerCommitCohort, registerProxyListener, registerShardConfigListener, registerTreeChangeListener, setCloseable, waitTillReadypublic ClientBackedDataStore(akka.actor.ActorSystem actorSystem,
ClusterWrapper cluster,
Configuration configuration,
DatastoreContextFactory datastoreContextFactory,
DatastoreSnapshot restoreFromSnapshot)
public org.opendaylight.mdsal.dom.spi.store.DOMStoreTransactionChain createTransactionChain()
public org.opendaylight.mdsal.dom.spi.store.DOMStoreReadTransaction newReadOnlyTransaction()
public org.opendaylight.mdsal.dom.spi.store.DOMStoreWriteTransaction newWriteOnlyTransaction()
public org.opendaylight.mdsal.dom.spi.store.DOMStoreReadWriteTransaction newReadWriteTransaction()
Copyright © 2019 OpenDaylight. All rights reserved.