Uses of Interface
org.opendaylight.controller.cluster.datastore.config.Configuration
-
-
Uses of Configuration in org.opendaylight.controller.cluster.databroker
Constructors in org.opendaylight.controller.cluster.databroker with parameters of type Configuration Constructor Description ClientBackedDataStore(akka.actor.ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) -
Uses of Configuration in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore with parameters of type Configuration Modifier and Type Method Description static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContext initialDatastoreContext, DatastoreContextIntrospector introspector, DatastoreSnapshotRestore datastoreSnapshotRestore, Configuration orgConfig)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)Constructors in org.opendaylight.controller.cluster.datastore with parameters of type Configuration Constructor 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) -
Uses of Configuration in org.opendaylight.controller.cluster.datastore.config
Classes in org.opendaylight.controller.cluster.datastore.config that implement Configuration Modifier and Type Class Description classConfigurationImplMethods in org.opendaylight.controller.cluster.datastore.config with parameters of type Configuration Modifier and Type Method Description Map<String,ModuleConfig.Builder>FileModuleShardConfigProvider. retrieveModuleConfigs(Configuration configuration)Map<String,ModuleConfig.Builder>HybridModuleShardConfigProvider. retrieveModuleConfigs(Configuration configuration)@NonNull Map<String,ModuleConfig.Builder>ModuleShardConfigProvider. retrieveModuleConfigs(@NonNull Configuration configuration)Returns a Map of ModuleConfig Builder instances keyed by module name. -
Uses of Configuration in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager with parameters of type Configuration Modifier and Type Method Description TAbstractShardManagerCreator. configuration(Configuration newConfiguration) -
Uses of Configuration in org.opendaylight.controller.cluster.datastore.shardstrategy
Methods in org.opendaylight.controller.cluster.datastore.shardstrategy with parameters of type Configuration Modifier and Type Method Description static ShardStrategyShardStrategyFactory. newShardStrategyInstance(String moduleName, String strategyName, Configuration configuration)Constructors in org.opendaylight.controller.cluster.datastore.shardstrategy with parameters of type Configuration Constructor Description ModuleShardStrategy(String moduleName, Configuration configuration)ShardStrategyFactory(Configuration configuration) -
Uses of Configuration in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return Configuration Modifier and Type Method Description ConfigurationActorUtils. getConfiguration()Constructors in org.opendaylight.controller.cluster.datastore.utils with parameters of type Configuration Constructor Description ActorUtils(akka.actor.ActorSystem actorSystem, akka.actor.ActorRef shardManager, ClusterWrapper clusterWrapper, Configuration configuration)ActorUtils(akka.actor.ActorSystem actorSystem, akka.actor.ActorRef shardManager, ClusterWrapper clusterWrapper, Configuration configuration, DatastoreContext datastoreContext, PrimaryShardInfoFutureCache primaryShardInfoCache)
-