public class DistributedDataStore extends AbstractDataStore
Constructor and Description |
---|
DistributedDataStore(akka.actor.ActorSystem actorSystem,
ClusterWrapper cluster,
Configuration configuration,
DatastoreContextFactory datastoreContextFactory,
DatastoreSnapshot restoreFromSnapshot) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
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() |
getActorContext, getClient, getWaitTillReadyCountDownLatch, onDatastoreContextUpdated, onGlobalContextUpdated, registerCommitCohort, registerProxyListener, registerShardConfigListener, registerTreeChangeListener, setCloseable, waitTillReady
public DistributedDataStore(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()
public void close()
close
in interface AutoCloseable
close
in class AbstractDataStore
Copyright © 2019 OpenDaylight. All rights reserved.