Uses of Class
org.opendaylight.controller.cluster.datastore.config.ModuleShardConfiguration
-
Packages that use ModuleShardConfiguration Package Description org.opendaylight.controller.cluster.datastore.config org.opendaylight.controller.cluster.datastore.messages -
-
Uses of ModuleShardConfiguration in org.opendaylight.controller.cluster.datastore.config
Methods in org.opendaylight.controller.cluster.datastore.config with parameters of type ModuleShardConfiguration Modifier and Type Method Description voidConfiguration. addModuleShardConfiguration(@NonNull ModuleShardConfiguration config)Adds a new configuration for a module and shard.voidConfigurationImpl. addModuleShardConfiguration(ModuleShardConfiguration config) -
Uses of ModuleShardConfiguration in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return ModuleShardConfiguration Modifier and Type Method Description @NonNull ModuleShardConfigurationCreateShard. getModuleShardConfig()Constructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type ModuleShardConfiguration Constructor Description CreateShard(@NonNull ModuleShardConfiguration moduleShardConfig, @NonNull Shard.AbstractBuilder<?,?> shardBuilder, @Nullable DatastoreContext datastoreContext)Constructor.
-