Constructor and Description |
---|
ClientBackedDataStore(akka.actor.ActorSystem actorSystem,
ClusterWrapper cluster,
Configuration configuration,
DatastoreContextFactory datastoreContextFactory,
DatastoreSnapshot restoreFromSnapshot) |
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,
Configuration orgConfig) |
Constructor and Description |
---|
AbstractDataStore(akka.actor.ActorSystem actorSystem,
ClusterWrapper cluster,
Configuration configuration,
DatastoreContextFactory datastoreContextFactory,
DatastoreSnapshot restoreFromSnapshot) |
DistributedDataStore(akka.actor.ActorSystem actorSystem,
ClusterWrapper cluster,
Configuration configuration,
DatastoreContextFactory datastoreContextFactory,
DatastoreSnapshot restoreFromSnapshot) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
Map<String,ModuleConfig.Builder> |
FileModuleShardConfigProvider.retrieveModuleConfigs(Configuration configuration) |
Map<String,ModuleConfig.Builder> |
ModuleShardConfigProvider.retrieveModuleConfigs(Configuration configuration)
Returns a Map of ModuleConfig Builder instances keyed by module name.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractShardManagerCreator.configuration(Configuration newConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ShardStrategy |
ShardStrategyFactory.newShardStrategyInstance(String moduleName,
String strategyName,
Configuration configuration) |
Constructor and Description |
---|
ModuleShardStrategy(String moduleName,
Configuration configuration) |
ShardStrategyFactory(Configuration configuration,
org.opendaylight.mdsal.common.api.LogicalDatastoreType logicalStoreType) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ActorContext.getConfiguration() |
Constructor and Description |
---|
ActorContext(akka.actor.ActorSystem actorSystem,
akka.actor.ActorRef shardManager,
ClusterWrapper clusterWrapper,
Configuration configuration) |
ActorContext(akka.actor.ActorSystem actorSystem,
akka.actor.ActorRef shardManager,
ClusterWrapper clusterWrapper,
Configuration configuration,
DatastoreContext datastoreContext,
PrimaryShardInfoFutureCache primaryShardInfoCache) |
Copyright © 2019 OpenDaylight. All rights reserved.