Uses of Class
org.elasticsearch.common.settings.SettingsModule
-
Packages that use SettingsModule Package Description org.elasticsearch.plugins -
-
Uses of SettingsModule in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type SettingsModule Modifier and Type Method Description default List<PersistentTasksExecutor<?>>PersistentTaskPlugin. getPersistentTasksExecutor(ClusterService clusterService, ThreadPool threadPool, Client client, SettingsModule settingsModule)Returns additional persistent tasks executors added by this plugin.
-