Modifier and Type | Class and Description |
---|---|
class |
ClientBackedDataStore
Implements a distributed DOMStore using ClientActor.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedDataStore
Implements a distributed DOMStore using Akka Patterns.ask().
|
Modifier and Type | Method and Description |
---|---|
static AbstractDataStore |
DistributedDataStoreFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DatastoreContext initialDatastoreContext,
DatastoreSnapshotRestore datastoreSnapshotRestore,
ActorSystemProvider actorSystemProvider,
DatastoreContextIntrospector introspector,
DatastoreContextPropertiesUpdater updater) |
static AbstractDataStore |
DistributedDataStoreFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DatastoreContext initialDatastoreContext,
DatastoreSnapshotRestore datastoreSnapshotRestore,
ActorSystemProvider actorSystemProvider,
DatastoreContextIntrospector introspector,
DatastoreContextPropertiesUpdater updater,
Configuration orgConfig) |
Modifier and Type | Method and Description |
---|---|
T |
AbstractShardManagerCreator.distributedDataStore(AbstractDataStore newDistributedDataStore) |
Modifier and Type | Method and Description |
---|---|
AbstractDataStore |
ShardedDataTreeActor.ShardedDataTreeActorCreator.getDistributedConfigDatastore() |
AbstractDataStore |
ShardedDataTreeActor.ShardedDataTreeActorCreator.getDistributedOperDatastore() |
Modifier and Type | Method and Description |
---|---|
void |
PrefixedShardConfigUpdateHandler.initListener(AbstractDataStore dataStore,
org.opendaylight.mdsal.common.api.LogicalDatastoreType type) |
ShardedDataTreeActor.ShardedDataTreeActorCreator |
ShardedDataTreeActor.ShardedDataTreeActorCreator.setDistributedConfigDatastore(AbstractDataStore distributedConfigDatastore) |
ShardedDataTreeActor.ShardedDataTreeActorCreator |
ShardedDataTreeActor.ShardedDataTreeActorCreator.setDistributedOperDatastore(AbstractDataStore distributedOperDatastore) |
Constructor and 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(ActorSystemProvider actorSystemProvider,
AbstractDataStore distributedOperDatastore,
AbstractDataStore distributedConfigDatastore) |
Copyright © 2019 OpenDaylight. All rights reserved.