Class DistributedDataStore
java.lang.Object
org.opendaylight.controller.cluster.datastore.AbstractDataStore
org.opendaylight.controller.cluster.datastore.DistributedDataStore
- All Implemented Interfaces:
AutoCloseable
,EventListener
,DatastoreContextPropertiesUpdater.Listener
,DistributedDataStoreInterface
,DOMDataBrokerExtension
,DOMDataTreeCommitCohortRegistry
,DOMServiceExtension<DOMDataBroker,
,DOMDataBrokerExtension> DOMStore
,DOMStoreTransactionFactory
,DOMStoreTreeChangePublisher
,EffectiveModelContextListener
@Deprecated(since="7.0.0",
forRemoval=true)
public class DistributedDataStore
extends AbstractDataStore
Deprecated, for removal: This API element is subject to removal in a future version.
This implementation is destined for removal,
Implements a distributed DOMStore using Akka
Patterns.ask()
.-
Constructor Summary
ConstructorsConstructorDescriptionDistributedDataStore
(ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.AbstractDataStore
awaitReadiness, awaitReadiness, awaitReadiness, getActorUtils, getClient, getShardManagerCreator, initialSettleFuture, onDatastoreContextUpdated, onModelContextUpdated, registerCommitCohort, registerProxyListener, registerTreeChangeListener, setCloseable, waitTillReady
-
Constructor Details
-
DistributedDataStore
public DistributedDataStore(ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createTransactionChain
Deprecated, for removal: This API element is subject to removal in a future version. -
newReadOnlyTransaction
Deprecated, for removal: This API element is subject to removal in a future version. -
newWriteOnlyTransaction
Deprecated, for removal: This API element is subject to removal in a future version. -
newReadWriteTransaction
Deprecated, for removal: This API element is subject to removal in a future version. -
close
public void close()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classAbstractDataStore
-