Uses of Class
org.opendaylight.controller.cluster.datastore.AbstractDataStore
-
-
Uses of AbstractDataStore in org.opendaylight.controller.cluster.databroker
Subclasses of AbstractDataStore in org.opendaylight.controller.cluster.databroker Modifier and Type Class Description classClientBackedDataStoreImplements a distributed DOMStore using ClientActor. -
Uses of AbstractDataStore in org.opendaylight.controller.cluster.datastore
Subclasses of AbstractDataStore in org.opendaylight.controller.cluster.datastore Modifier and Type Class Description classDistributedDataStoreImplements a distributed DOMStore using Akka Patterns.ask().Methods in org.opendaylight.controller.cluster.datastore that return AbstractDataStore Modifier and Type Method Description static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater)static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater, Configuration orgConfig) -
Uses of AbstractDataStore in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager with parameters of type AbstractDataStore Modifier and Type Method Description TAbstractShardManagerCreator. distributedDataStore(AbstractDataStore newDistributedDataStore) -
Uses of AbstractDataStore in org.opendaylight.controller.cluster.sharding
Methods in org.opendaylight.controller.cluster.sharding that return AbstractDataStore Modifier and Type Method Description AbstractDataStoreShardedDataTreeActor.ShardedDataTreeActorCreator. getDistributedConfigDatastore()AbstractDataStoreShardedDataTreeActor.ShardedDataTreeActorCreator. getDistributedOperDatastore()Methods in org.opendaylight.controller.cluster.sharding with parameters of type AbstractDataStore Modifier and Type Method Description voidPrefixedShardConfigUpdateHandler. initListener(AbstractDataStore dataStore, org.opendaylight.mdsal.common.api.LogicalDatastoreType type)ShardedDataTreeActor.ShardedDataTreeActorCreatorShardedDataTreeActor.ShardedDataTreeActorCreator. setDistributedConfigDatastore(AbstractDataStore distributedConfigDatastore)ShardedDataTreeActor.ShardedDataTreeActorCreatorShardedDataTreeActor.ShardedDataTreeActorCreator. setDistributedOperDatastore(AbstractDataStore distributedOperDatastore)Constructors in org.opendaylight.controller.cluster.sharding with parameters of type AbstractDataStore Constructor Description DistributedShardChangePublisher(DataStoreClient client, AbstractDataStore distributedDataStore, org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier prefix, Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,org.opendaylight.mdsal.dom.spi.shard.ChildShardContext> childShards)DistributedShardedDOMDataTree(org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, AbstractDataStore distributedOperDatastore, AbstractDataStore distributedConfigDatastore)
-