Uses of Class
org.elasticsearch.common.settings.IndexScopedSettings
-
-
Uses of IndexScopedSettings in org.elasticsearch.action
Constructors in org.elasticsearch.action with parameters of type IndexScopedSettings Constructor Description ActionModule(boolean transportClient, Settings settings, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings, ClusterSettings clusterSettings, SettingsFilter settingsFilter, ThreadPool threadPool, List<ActionPlugin> actionPlugins, NodeClient nodeClient, CircuitBreakerService circuitBreakerService, UsageService usageService, ClusterService clusterService) -
Uses of IndexScopedSettings in org.elasticsearch.action.admin.indices.get
Constructors in org.elasticsearch.action.admin.indices.get with parameters of type IndexScopedSettings Constructor Description TransportGetIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, IndexScopedSettings indexScopedSettings) -
Uses of IndexScopedSettings in org.elasticsearch.action.admin.indices.settings.get
Constructors in org.elasticsearch.action.admin.indices.settings.get with parameters of type IndexScopedSettings Constructor Description TransportGetSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexedScopedSettings) -
Uses of IndexScopedSettings in org.elasticsearch.action.admin.indices.template.put
Constructors in org.elasticsearch.action.admin.indices.template.put with parameters of type IndexScopedSettings Constructor Description TransportPutIndexTemplateAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings) -
Uses of IndexScopedSettings in org.elasticsearch.cluster.metadata
-
Uses of IndexScopedSettings in org.elasticsearch.common.settings
Fields in org.elasticsearch.common.settings declared as IndexScopedSettings Modifier and Type Field Description static IndexScopedSettingsIndexScopedSettings. DEFAULT_SCOPED_SETTINGSMethods in org.elasticsearch.common.settings that return IndexScopedSettings Modifier and Type Method Description IndexScopedSettingsIndexScopedSettings. copy(Settings settings, IndexMetaData metaData)IndexScopedSettingsSettingsModule. getIndexScopedSettings() -
Uses of IndexScopedSettings in org.elasticsearch.index
Methods in org.elasticsearch.index that return IndexScopedSettings Modifier and Type Method Description IndexScopedSettingsIndexSettings. getScopedSettings()Constructors in org.elasticsearch.index with parameters of type IndexScopedSettings Constructor Description IndexSettings(IndexMetaData indexMetaData, Settings nodeSettings, IndexScopedSettings indexScopedSettings)Creates a newIndexSettingsinstance. -
Uses of IndexScopedSettings in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type IndexScopedSettings Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories) -
Uses of IndexScopedSettings in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type IndexScopedSettings Modifier and Type Method Description default List<RestHandler>ActionPlugin. getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier<DiscoveryNodes> nodesInCluster)Rest handlers added by this plugin.
-