Uses of Class
org.elasticsearch.common.settings.Settings
-
-
Uses of Settings in org.elasticsearch
Methods in org.elasticsearch with parameters of type Settings Modifier and Type Method Description static VersionVersion. indexCreated(Settings indexSettings)Return theVersionof Elasticsearch that has been used to create an index given its settings. -
Uses of Settings in org.elasticsearch.action
Methods in org.elasticsearch.action with parameters of type Settings Modifier and Type Method Description TransportRequestOptionsActionType. transportOptions(Settings settings)Optional request options for the action.Constructors in org.elasticsearch.action with parameters of type Settings 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)TransportActionNodeProxy(Settings settings, ActionType<Response> action, TransportService transportService) -
Uses of Settings in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return Settings Modifier and Type Method Description SettingsNodeInfo. getSettings()The settings of the node.Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type Settings Constructor Description NodeInfo(Version version, Build build, DiscoveryNode node, Settings settings, OsInfo os, ProcessInfo process, JvmInfo jvm, ThreadPoolInfo threadPool, TransportInfo transport, HttpInfo http, PluginsAndModules plugins, IngestInfo ingest, ByteSizeValue totalIndexingBuffer) -
Uses of Settings in org.elasticsearch.action.admin.cluster.repositories.put
Methods in org.elasticsearch.action.admin.cluster.repositories.put that return Settings Modifier and Type Method Description SettingsPutRepositoryRequest. settings()Returns repository settingsMethods in org.elasticsearch.action.admin.cluster.repositories.put with parameters of type Settings Modifier and Type Method Description PutRepositoryRequestBuilderPutRepositoryRequestBuilder. setSettings(Settings settings)Sets the repository settingsPutRepositoryRequestPutRepositoryRequest. settings(Settings settings)Sets the repository settings -
Uses of Settings in org.elasticsearch.action.admin.cluster.settings
Methods in org.elasticsearch.action.admin.cluster.settings that return Settings Modifier and Type Method Description SettingsClusterGetSettingsResponse. getDefaultSettings()Returns the default settings for the cluster (only ifinclude_defaultswas set to true in the request)SettingsClusterGetSettingsResponse. getPersistentSettings()Returns the persistent settings for the clusterSettingsClusterUpdateSettingsResponse. getPersistentSettings()SettingsClusterGetSettingsResponse. getTransientSettings()Returns the transient settings for the clusterSettingsClusterUpdateSettingsResponse. getTransientSettings()SettingsClusterUpdateSettingsRequest. persistentSettings()SettingsClusterUpdateSettingsRequest. transientSettings()Methods in org.elasticsearch.action.admin.cluster.settings with parameters of type Settings Modifier and Type Method Description ClusterUpdateSettingsRequestClusterUpdateSettingsRequest. persistentSettings(Settings settings)Sets the persistent settings to be updated.ClusterUpdateSettingsRequestBuilderClusterUpdateSettingsRequestBuilder. setPersistentSettings(Settings settings)Sets the persistent settings to be updated.ClusterUpdateSettingsRequestBuilderClusterUpdateSettingsRequestBuilder. setTransientSettings(Settings settings)Sets the transient settings to be updated.ClusterUpdateSettingsRequestClusterUpdateSettingsRequest. transientSettings(Settings settings)Sets the transient settings to be updated.Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type Settings Constructor Description ClusterGetSettingsResponse(Settings persistentSettings, Settings transientSettings, Settings defaultSettings) -
Uses of Settings in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create that return Settings Modifier and Type Method Description SettingsCreateSnapshotRequest. settings()Returns repository-specific snapshot settingsMethods in org.elasticsearch.action.admin.cluster.snapshots.create with parameters of type Settings Modifier and Type Method Description CreateSnapshotRequestBuilderCreateSnapshotRequestBuilder. setSettings(Settings settings)Sets repository-specific snapshot settings.CreateSnapshotRequestCreateSnapshotRequest. settings(Settings settings)Sets repository-specific snapshot settings. -
Uses of Settings in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore that return Settings Modifier and Type Method Description SettingsRestoreSnapshotRequest. indexSettings()Returns settings that should be added/changed in all restored indicesSettingsRestoreSnapshotRequest. settings()Returns repository-specific restore settingsMethods in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type Settings Modifier and Type Method Description RestoreSnapshotRequestRestoreSnapshotRequest. indexSettings(Settings settings)Sets settings that should be added/changed in all restored indicesRestoreSnapshotRequestBuilderRestoreSnapshotRequestBuilder. setIndexSettings(Settings settings)Sets index settings that should be added or replaced during restoreRestoreSnapshotRequestBuilderRestoreSnapshotRequestBuilder. setSettings(Settings settings)Sets repository-specific restore settings.RestoreSnapshotRequestRestoreSnapshotRequest. settings(Settings settings)Sets repository-specific restore settings. -
Uses of Settings in org.elasticsearch.action.admin.indices.analyze
Constructors in org.elasticsearch.action.admin.indices.analyze with parameters of type Settings Constructor Description TransportAnalyzeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of Settings in org.elasticsearch.action.admin.indices.close
Constructors in org.elasticsearch.action.admin.indices.close with parameters of type Settings Constructor Description TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ClusterSettings clusterSettings, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations)TransportVerifyShardBeforeCloseAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction stateAction, ActionFilters actionFilters, IndexNameExpressionResolver resolver) -
Uses of Settings in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return Settings Modifier and Type Method Description SettingsCreateIndexClusterStateUpdateRequest. settings()SettingsCreateIndexRequest. settings()The settings to create the index with.Methods in org.elasticsearch.action.admin.indices.create with parameters of type Settings Modifier and Type Method Description CreateIndexRequestBuilderCreateIndexRequestBuilder. setSettings(Settings settings)The settings to create the index with.CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. settings(Settings settings)CreateIndexRequestCreateIndexRequest. settings(Settings settings)The settings to create the index with.Constructors in org.elasticsearch.action.admin.indices.create with parameters of type Settings Constructor Description CreateIndexRequest(String index, Settings settings)Constructs a new request to create an index with the specified name and settings. -
Uses of Settings in org.elasticsearch.action.admin.indices.flush
Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type Settings Constructor Description TransportShardFlushAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of Settings in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return types with arguments of type Settings Modifier and Type Method Description ImmutableOpenMap<String,Settings>GetIndexResponse. defaultSettings()If the originatingGetIndexRequestobject was configured to include defaults, this will contain a mapping of index name toSettingsobjects.ImmutableOpenMap<String,Settings>GetIndexResponse. getSettings()ImmutableOpenMap<String,Settings>GetIndexResponse. settings() -
Uses of Settings in org.elasticsearch.action.admin.indices.refresh
Constructors in org.elasticsearch.action.admin.indices.refresh with parameters of type Settings Constructor Description TransportShardRefreshAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of Settings in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover with parameters of type Settings Modifier and Type Method Description RolloverRequestBuilderRolloverRequestBuilder. settings(Settings settings) -
Uses of Settings in org.elasticsearch.action.admin.indices.settings.get
Methods in org.elasticsearch.action.admin.indices.settings.get that return types with arguments of type Settings Modifier and Type Method Description ImmutableOpenMap<String,Settings>GetSettingsResponse. getIndexToDefaultSettings()If the originatingGetSettingsRequestobject was configured to include defaults, this will contain a mapping of index name toSettingsobjects.ImmutableOpenMap<String,Settings>GetSettingsResponse. getIndexToSettings()Returns a map of index name toSettingsobject.Constructor parameters in org.elasticsearch.action.admin.indices.settings.get with type arguments of type Settings Constructor Description GetSettingsResponse(ImmutableOpenMap<String,Settings> indexToSettings, ImmutableOpenMap<String,Settings> indexToDefaultSettings) -
Uses of Settings in org.elasticsearch.action.admin.indices.settings.put
Methods in org.elasticsearch.action.admin.indices.settings.put that return Settings Modifier and Type Method Description SettingsUpdateSettingsClusterStateUpdateRequest. settings()Returns theSettingsto updateSettingsUpdateSettingsRequest. settings()Methods in org.elasticsearch.action.admin.indices.settings.put with parameters of type Settings Modifier and Type Method Description UpdateSettingsRequestBuilderUpdateSettingsRequestBuilder. setSettings(Settings settings)Sets the settings to be updatedUpdateSettingsClusterStateUpdateRequestUpdateSettingsClusterStateUpdateRequest. settings(Settings settings)Sets theSettingsto updateUpdateSettingsRequestUpdateSettingsRequest. settings(Settings settings)Sets the settings to be updatedConstructors in org.elasticsearch.action.admin.indices.settings.put with parameters of type Settings Constructor Description UpdateSettingsRequest(Settings settings, String... indices)Constructs a new request to update settings for one or more indices -
Uses of Settings in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink with parameters of type Settings Modifier and Type Method Description ResizeRequestBuilderResizeRequestBuilder. setSettings(Settings settings) -
Uses of Settings in org.elasticsearch.action.admin.indices.template.put
Methods in org.elasticsearch.action.admin.indices.template.put that return Settings Modifier and Type Method Description SettingsPutIndexTemplateRequest. settings()Methods in org.elasticsearch.action.admin.indices.template.put with parameters of type Settings Modifier and Type Method Description PutIndexTemplateRequestBuilderPutIndexTemplateRequestBuilder. setSettings(Settings settings)The settings to created the index template with.PutIndexTemplateRequestPutIndexTemplateRequest. settings(Settings settings)The settings to create the index template with. -
Uses of Settings in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with parameters of type Settings Modifier and Type Method Description TransportRequestOptionsBulkAction. transportOptions(Settings settings)protected TransportRequestOptionsTransportShardBulkAction. transportOptions(Settings settings)Constructors in org.elasticsearch.action.bulk with parameters of type Settings Constructor Description TransportShardBulkAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, MappingUpdatedAction mappingUpdatedAction, UpdateHelper updateHelper, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of Settings in org.elasticsearch.action.main
Constructors in org.elasticsearch.action.main with parameters of type Settings Constructor Description TransportMainAction(Settings settings, TransportService transportService, ActionFilters actionFilters, ClusterService clusterService) -
Uses of Settings in org.elasticsearch.action.resync
Constructors in org.elasticsearch.action.resync with parameters of type Settings Constructor Description TransportResyncReplicationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of Settings in org.elasticsearch.action.search
Constructors in org.elasticsearch.action.search with parameters of type Settings Constructor Description TransportMultiSearchAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, ActionFilters actionFilters, NodeClient client) -
Uses of Settings in org.elasticsearch.action.support
Constructors in org.elasticsearch.action.support with parameters of type Settings Constructor Description AutoCreateIndex(Settings settings, ClusterSettings clusterSettings, IndexNameExpressionResolver resolver)DestructiveOperations(Settings settings, ClusterSettings clusterSettings)Wrapper(org.apache.logging.log4j.Logger logger, Settings settings, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication with parameters of type Settings Modifier and Type Method Description protected TransportRequestOptionsTransportReplicationAction. transportOptions(Settings settings)Constructors in org.elasticsearch.action.support.replication with parameters of type Settings Constructor Description TransportReplicationAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Writeable.Reader<Request> requestReader, Writeable.Reader<ReplicaRequest> replicaRequestReader, String executor)TransportReplicationAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Writeable.Reader<Request> requestReader, Writeable.Reader<ReplicaRequest> replicaRequestReader, String executor, boolean syncGlobalCheckpointAfterOperation, boolean forceExecutionOnPrimary)TransportWriteAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Writeable.Reader<Request> request, Writeable.Reader<ReplicaRequest> replicaRequest, String executor, boolean forceExecutionOnPrimary) -
Uses of Settings in org.elasticsearch.bootstrap
Methods in org.elasticsearch.bootstrap that return Settings Modifier and Type Method Description SettingsBootstrapContext. settings() -
Uses of Settings in org.elasticsearch.client
Methods in org.elasticsearch.client that return Settings Modifier and Type Method Description SettingsClient. settings()Returns this clients settingsConstructors in org.elasticsearch.client with parameters of type Settings Constructor Description FilterClient(Settings settings, ThreadPool threadPool, Client in)A Constructor that allows to pass settings and threadpool separately. -
Uses of Settings in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return Settings Modifier and Type Method Description SettingsCreateIndexRequest. settings()The settings to create the index with.SettingsIndexTemplateMetaData. settings()SettingsPutIndexTemplateRequest. settings()Methods in org.elasticsearch.client.indices that return types with arguments of type Settings Modifier and Type Method Description Map<String,Settings>GetIndexResponse. getDefaultSettings()If the originatingGetIndexRequestobject was configured to include defaults, this will contain a mapping of index name toSettingsobjects.Map<String,Settings>GetIndexResponse. getSettings()Methods in org.elasticsearch.client.indices with parameters of type Settings Modifier and Type Method Description CreateIndexRequestCreateIndexRequest. settings(Settings settings)The settings to create the index with.IndexTemplateMetaData.BuilderIndexTemplateMetaData.Builder. settings(Settings settings)PutIndexTemplateRequestPutIndexTemplateRequest. settings(Settings settings)The settings to create the index template with.Constructors in org.elasticsearch.client.indices with parameters of type Settings Constructor Description IndexTemplateMetaData(String name, int order, Integer version, List<String> patterns, Settings settings, MappingMetaData mappings, ImmutableOpenMap<String,AliasMetaData> aliases) -
Uses of Settings in org.elasticsearch.client.ml.job.config
Fields in org.elasticsearch.client.ml.job.config declared as Settings Modifier and Type Field Description SettingsCategorizationAnalyzerConfig.NameOrDefinition. definition -
Uses of Settings in org.elasticsearch.client.node
Constructors in org.elasticsearch.client.node with parameters of type Settings Constructor Description NodeClient(Settings settings, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.client.support
Fields in org.elasticsearch.client.support declared as Settings Modifier and Type Field Description protected SettingsAbstractClient. settingsMethods in org.elasticsearch.client.support that return Settings Modifier and Type Method Description SettingsAbstractClient. settings()Constructors in org.elasticsearch.client.support with parameters of type Settings Constructor Description AbstractClient(Settings settings, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.client.transport
Constructors in org.elasticsearch.client.transport with parameters of type Settings Constructor Description TransportClient(Settings settings, Collection<Class<? extends Plugin>> plugins)Deprecated.Creates a new TransportClient with the given settings and pluginsTransportClient(Settings settings, Settings defaultSettings, Collection<Class<? extends Plugin>> plugins, TransportClient.HostFailureListener hostFailureListener)Deprecated.Creates a new TransportClient with the given settings, defaults and plugins. -
Uses of Settings in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster with parameters of type Settings Modifier and Type Method Description static Collection<AllocationDecider>ClusterModule. createAllocationDeciders(Settings settings, ClusterSettings clusterSettings, List<ClusterPlugin> clusterPlugins)Return a newAllocationDeciderinstance with builtin deciders as well as those from plugins.Constructors in org.elasticsearch.cluster with parameters of type Settings Constructor Description ClusterModule(Settings settings, ClusterService clusterService, List<ClusterPlugin> clusterPlugins, ClusterInfoService clusterInfoService)InternalClusterInfoService(Settings settings, ClusterService clusterService, ThreadPool threadPool, NodeClient client)NodeConnectionsService(Settings settings, ThreadPool threadPool, TransportService transportService) -
Uses of Settings in org.elasticsearch.cluster.action.index
Constructors in org.elasticsearch.cluster.action.index with parameters of type Settings Constructor Description MappingUpdatedAction(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination with parameters of type Settings Modifier and Type Method Description static booleanClusterBootstrapService. discoveryIsConfigured(Settings settings)Constructors in org.elasticsearch.cluster.coordination with parameters of type Settings Constructor Description ClusterBootstrapService(Settings settings, TransportService transportService, Supplier<Iterable<DiscoveryNode>> discoveredNodesSupplier, BooleanSupplier isBootstrappedSupplier, Consumer<CoordinationMetaData.VotingConfiguration> votingConfigurationConsumer)ClusterFormationFailureHelper(Settings settings, Supplier<org.elasticsearch.cluster.coordination.ClusterFormationFailureHelper.ClusterFormationState> clusterFormationStateSupplier, ThreadPool threadPool, Runnable logLastFailedJoinAttempt)Coordinator(String nodeName, Settings settings, ClusterSettings clusterSettings, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, AllocationService allocationService, MasterService masterService, Supplier<CoordinationState.PersistedState> persistedStateSupplier, SeedHostsProvider seedHostsProvider, ClusterApplier clusterApplier, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, Random random, RerouteService rerouteService, ElectionStrategy electionStrategy)DiscoveryUpgradeService(Settings settings, TransportService transportService, BooleanSupplier isBootstrappedSupplier, JoinHelper joinHelper, Supplier<Iterable<DiscoveryNode>> peersSupplier, Consumer<CoordinationMetaData.VotingConfiguration> initialConfigurationConsumer)ElectionSchedulerFactory(Settings settings, Random random, ThreadPool threadPool)FollowersChecker(Settings settings, TransportService transportService, Consumer<FollowersChecker.FollowerCheckRequest> handleRequestAndUpdateState, BiConsumer<DiscoveryNode,String> onNodeFailure)JoinTaskExecutor(Settings settings, AllocationService allocationService, org.apache.logging.log4j.Logger logger, RerouteService rerouteService)LagDetector(Settings settings, ThreadPool threadPool, Consumer<DiscoveryNode> onLagDetected, Supplier<DiscoveryNode> localNodeSupplier)NoMasterBlockService(Settings settings, ClusterSettings clusterSettings)Reconfigurator(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return Settings Modifier and Type Method Description static SettingsIndexMetaData. addHumanReadableSettings(Settings settings)Adds human readable version and creation date settings.SettingsIndexMetaData. getSettings()SettingsMetaData.Builder. persistentSettings()SettingsMetaData. persistentSettings()SettingsIndexTemplateMetaData. settings()SettingsMetaData. settings()Returns the merged transient and persistent settings.SettingsRepositoryMetaData. settings()Returns repository settingsSettingsMetaData.Builder. transientSettings()SettingsMetaData. transientSettings()Methods in org.elasticsearch.cluster.metadata with parameters of type Settings Modifier and Type Method Description static SettingsIndexMetaData. addHumanReadableSettings(Settings settings)Adds human readable version and creation date settings.IndexGraveyardIndexGraveyard.Builder. build(Settings settings)static voidMetaDataCreateIndexService. checkShardLimit(Settings settings, ClusterState clusterState)Checks whether an index can be created without going over the cluster shard limit.MetaData.BuilderMetaData.Builder. persistentSettings(Settings settings)IndexMetaData.BuilderIndexMetaData.Builder. settings(Settings settings)IndexTemplateMetaData.BuilderIndexTemplateMetaData.Builder. settings(Settings settings)MetaDataIndexTemplateService.PutRequestMetaDataIndexTemplateService.PutRequest. settings(Settings settings)MetaData.BuilderMetaData.Builder. transientSettings(Settings settings)MetaData.BuilderMetaData.Builder. updateSettings(Settings settings, String... indices)voidMetaDataCreateIndexService. validateIndexSettings(String indexName, Settings settings, boolean forbidPrivateIndexSettings) -
Uses of Settings in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node with parameters of type Settings Modifier and Type Method Description static DiscoveryNodeDiscoveryNode. createLocal(Settings settings, TransportAddress publishAddress, String nodeId)Creates a DiscoveryNode representing the local node.static Set<DiscoveryNodeRole>DiscoveryNode. getRolesFromSettings(Settings settings)extract node roles from the given settingsstatic booleanDiscoveryNode. isDataNode(Settings settings)static booleanDiscoveryNode. isIngestNode(Settings settings)static booleanDiscoveryNode. isMasterNode(Settings settings)static booleanDiscoveryNode. nodeRequiresLocalStorage(Settings settings) -
Uses of Settings in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type Settings Modifier and Type Method Description longUnassignedInfo. getRemainingDelay(long nanoTimeNow, Settings indexSettings)Calculates the delay left based on current time (in nanoseconds) and the delay defined by the index settings.Constructors in org.elasticsearch.cluster.routing with parameters of type Settings Constructor Description OperationRouting(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.cluster.routing.allocation
Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type Settings Constructor Description DiskThresholdMonitor(Settings settings, Supplier<ClusterState> clusterStateSupplier, ClusterSettings clusterSettings, Client client, LongSupplier currentTimeMillisSupplier, RerouteService rerouteService)DiskThresholdSettings(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.cluster.routing.allocation.allocator
Constructors in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type Settings Constructor Description BalancedShardsAllocator(Settings settings)BalancedShardsAllocator(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.cluster.routing.allocation.decider
Fields in org.elasticsearch.cluster.routing.allocation.decider with type parameters of type Settings Modifier and Type Field Description static Setting<Settings>AwarenessAllocationDecider. CLUSTER_ROUTING_ALLOCATION_AWARENESS_FORCE_GROUP_SETTINGConstructors in org.elasticsearch.cluster.routing.allocation.decider with parameters of type Settings Constructor Description AwarenessAllocationDecider(Settings settings, ClusterSettings clusterSettings)ClusterRebalanceAllocationDecider(Settings settings, ClusterSettings clusterSettings)ConcurrentRebalanceAllocationDecider(Settings settings, ClusterSettings clusterSettings)DiskThresholdDecider(Settings settings, ClusterSettings clusterSettings)EnableAllocationDecider(Settings settings, ClusterSettings clusterSettings)FilterAllocationDecider(Settings settings, ClusterSettings clusterSettings)SameShardAllocationDecider(Settings settings, ClusterSettings clusterSettings)ShardsLimitAllocationDecider(Settings settings, ClusterSettings clusterSettings)ThrottlingAllocationDecider(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return Settings Modifier and Type Method Description SettingsClusterService. getSettings()The node's settings.Constructors in org.elasticsearch.cluster.service with parameters of type Settings Constructor Description ClusterApplierService(String nodeName, Settings settings, ClusterSettings clusterSettings, ThreadPool threadPool)ClusterService(Settings settings, ClusterSettings clusterSettings, MasterService masterService, ClusterApplierService clusterApplierService)ClusterService(Settings settings, ClusterSettings clusterSettings, ThreadPool threadPool)MasterService(Settings settings, ClusterSettings clusterSettings, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.common
Methods in org.elasticsearch.common with parameters of type Settings Modifier and Type Method Description static RandomRandomness. get(Settings settings, Setting<Long> setting)Provides a reproducible source of randomness seeded by a long seed in the settings with the key setting. -
Uses of Settings in org.elasticsearch.common.blobstore.fs
Constructors in org.elasticsearch.common.blobstore.fs with parameters of type Settings Constructor Description FsBlobStore(Settings settings, Path path, boolean readonly) -
Uses of Settings in org.elasticsearch.common.logging
Methods in org.elasticsearch.common.logging with parameters of type Settings Modifier and Type Method Description static voidLogConfigurator. configureWithoutConfig(Settings settings)Configure logging without reading a log4j2.properties file, effectively configuring the status logger and all loggers to the console. -
Uses of Settings in org.elasticsearch.common.network
Constructors in org.elasticsearch.common.network with parameters of type Settings Constructor Description NetworkModule(Settings settings, boolean transportClient, List<NetworkPlugin> plugins, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Creates a network module that custom networking classes can be plugged into. -
Uses of Settings in org.elasticsearch.common.settings
Fields in org.elasticsearch.common.settings declared as Settings Modifier and Type Field Description static SettingsSettings. EMPTYstatic SettingsSettings.Builder. EMPTY_SETTINGSFields in org.elasticsearch.common.settings with type parameters of type Settings Modifier and Type Field Description protected Function<Settings,String>Setting. defaultValueMethods in org.elasticsearch.common.settings that return Settings Modifier and Type Method Description SettingsAbstractScopedSettings. applySettings(Settings newSettings)Applies the given settings to all the settings consumers or to none of them.SettingsAbstractScopedSettings. archiveUnknownOrInvalidSettings(Settings settings, Consumer<Map.Entry<String,String>> unknownConsumer, BiConsumer<Map.Entry<String,String>,IllegalArgumentException> invalidConsumer)Archives invalid or unknown settings.SettingsSettings.Builder. build()SettingsAbstractScopedSettings. diff(Settings source, Settings defaultSettings)Returns a settings object that contains all settings that are not already set in the given source.SettingsSettings. filter(Predicate<String> predicate)Returns a new settings object that contains all setting of the current one filtered by the given settings key predicate.SettingsSettingsFilter. filter(Settings settings)static SettingsSettingsFilter. filterSettings(ToXContent.Params params, Settings settings)static SettingsSettings. fromXContent(XContentParser parser)Parsers the generated xcontent fromtoXContent(XContentBuilder, Params)into a new Settings object.SettingsSettings. getAsSettings(String setting)Returns the settings mapped to the given setting name.SettingsSettings. getByPrefix(String prefix)A settings that are filtered (and key is removed) with the specified prefix.SettingsSettingsModule. getSettings()static SettingsSettings. readSettingsFromStream(StreamInput in)SettingsAbstractScopedSettings. upgradeSettings(Settings settings)Upgrade all settings eligible for upgrade in the specified settings instance.SettingsAbstractScopedSettings. validateUpdate(Settings settings)Validates the given settings by running it through all update listeners without applying it.Methods in org.elasticsearch.common.settings that return types with arguments of type Settings Modifier and Type Method Description Map<String,Settings>Settings. getAsGroups()Returns group settings for the given setting prefix.Map<String,Settings>Settings. getGroups(String settingPrefix)Returns group settings for the given setting prefix.Map<String,Settings>Settings. getGroups(String settingPrefix, boolean ignoreNonGrouped)Returns group settings for the given setting prefix.static Setting<Settings>Setting. groupSetting(String key, Consumer<Settings> validator, Setting.Property... properties)static Setting<Settings>Setting. groupSetting(String key, Setting.Property... properties)Methods in org.elasticsearch.common.settings with parameters of type Settings Modifier and Type Method Description default booleanAbstractScopedSettings.SettingUpdater. apply(Settings current, Settings previous)Updates this updaters value if it has changed.voidAbstractScopedSettings.SettingUpdater. apply(T value, Settings current, Settings previous)Applies the given value to the updater.SettingsAbstractScopedSettings. applySettings(Settings newSettings)Applies the given settings to all the settings consumers or to none of them.SettingsAbstractScopedSettings. archiveUnknownOrInvalidSettings(Settings settings, Consumer<Map.Entry<String,String>> unknownConsumer, BiConsumer<Map.Entry<String,String>,IllegalArgumentException> invalidConsumer)Archives invalid or unknown settings.IndexScopedSettingsIndexScopedSettings. copy(Settings settings, IndexMetaData metaData)Settings.BuilderSettings.Builder. copy(String key, String sourceKey, Settings source)Settings.BuilderSettings.Builder. copy(String key, Settings source)SettingsAbstractScopedSettings. diff(Settings source, Settings defaultSettings)Returns a settings object that contains all settings that are not already set in the given source.voidSecureSetting. diff(Settings.Builder builder, Settings source, Settings defaultSettings)Overrides the diff operation to make this a no-op for secure settings as they shouldn't be returned in a diffvoidSetting.AffixSetting. diff(Settings.Builder builder, Settings source, Settings defaultSettings)voidSetting. diff(Settings.Builder builder, Settings source, Settings defaultSettings)Add this setting to the builder if it doesn't exists in the source settings.booleanSecureSetting. exists(Settings settings)booleanSetting. exists(Settings settings)Returns true if and only if this setting is present in the given settings instance.booleanSetting. existsOrFallbackExists(Settings settings)Returns true if and only if this setting including fallback settings is present in the given settings instance.SettingsSettingsFilter. filter(Settings settings)static SettingsSettingsFilter. filterSettings(ToXContent.Params params, Settings settings)TSecureSetting. get(Settings settings)TSetting.AffixSetting. get(Settings settings)TSetting. get(Settings settings)Returns the settings value.TSetting. get(Settings primary, Settings secondary)Returns the value for this setting but falls back to the second provided settings objectStream<Setting<T>>Setting.AffixSetting. getAllConcreteSettings(Settings settings)Returns a stream of all concrete setting instances for the given settings.Map<String,T>Setting.AffixSetting. getAsMap(Settings settings)Returns a map of all namespaces to it's values give the provided settingsTSecureSetting. getDefault(Settings settings)TSetting. getDefault(Settings settings)Returns the default value for this setting.StringSecureSetting. getDefaultRaw(Settings settings)StringSetting. getDefaultRaw(Settings settings)Returns the default value string representation for this setting.Set<String>Setting.AffixSetting. getNamespaces(Settings settings)Returns distinct namespaces for the given settingsbyte[]SecureSetting. getSecretDigest(Settings settings)Returns the digest of this secure setting's value ornullif the setting is missing (inside the keystore).TAbstractScopedSettings.SettingUpdater. getValue(Settings current, Settings previous)Returns the instance value for the current settings.booleanAbstractScopedSettings.SettingUpdater. hasChanged(Settings current, Settings previous)Returns true if this updaters setting has changed with the current updateStringSetting.AffixSetting. innerGetRaw(Settings settings)Settings.BuilderSettings.Builder. put(Settings settings)Sets all the provided settings including secure settingsSettings.BuilderSettings.Builder. put(Settings settings, boolean copySecureSettings)Sets all the provided settings.booleanAbstractScopedSettings. updateDynamicSettings(Settings toApply, Settings.Builder target, Settings.Builder updates, String type)Updates a target settings builder with new, updated or deleted settings from a given settings builder.default RunnableAbstractScopedSettings.SettingUpdater. updater(Settings current, Settings previous)Returns a callable runnable that callsAbstractScopedSettings.SettingUpdater.apply(Object, Settings, Settings)if the settings actually changed.booleanAbstractScopedSettings. updateSettings(Settings toApply, Settings.Builder target, Settings.Builder updates, String type)Updates a target settings builder with new, updated or deleted settings from a given settings builder.SettingsAbstractScopedSettings. upgradeSettings(Settings settings)Upgrade all settings eligible for upgrade in the specified settings instance.voidAbstractScopedSettings. validate(Settings settings, boolean validateDependencies)Validates that all settings are registered and valid.voidAbstractScopedSettings. validate(Settings settings, boolean validateDependencies, boolean validateInternalOrPrivateIndex)Validates that all settings are registered and valid.voidAbstractScopedSettings. validate(Settings settings, boolean validateDependencies, boolean ignorePrivateSettings, boolean ignoreArchivedSettings)Validates that all settings are registered and valid.voidAbstractScopedSettings. validate(Settings settings, boolean validateDependencies, boolean ignorePrivateSettings, boolean ignoreArchivedSettings, boolean validateInternalOrPrivateIndex)Validates that all settings are registered and valid.SettingsAbstractScopedSettings. validateUpdate(Settings settings)Validates the given settings by running it through all update listeners without applying it.static voidSettings. writeSettingsToStream(Settings settings, StreamOutput out)Method parameters in org.elasticsearch.common.settings with type arguments of type Settings Modifier and Type Method Description voidAbstractScopedSettings. addAffixGroupUpdateConsumer(List<Setting.AffixSetting<?>> settings, BiConsumer<String,Settings> consumer)Adds a affix settings consumer that accepts the settings for a group of settings.voidAbstractScopedSettings. addSettingsUpdateConsumer(Consumer<Settings> consumer, List<? extends Setting<?>> settings)Adds a settings consumer that is only executed if any setting in the supplied list of settings is changed.static Setting<Boolean>Setting. boolSetting(String key, Function<Settings,String> defaultValueFn, Setting.Property... properties)static Setting<ByteSizeValue>Setting. byteSizeSetting(String key, Function<Settings,String> defaultValue, Setting.Property... properties)static Setting<ByteSizeValue>Setting. byteSizeSetting(String key, Function<Settings,String> defaultValue, ByteSizeValue minValue, ByteSizeValue maxValue, Setting.Property... properties)static Setting<Settings>Setting. groupSetting(String key, Consumer<Settings> validator, Setting.Property... properties)static Setting<ByteSizeValue>Setting. memorySizeSetting(String key, Function<Settings,String> defaultValue, Setting.Property... properties)Creates a setting which specifies a memory size.static Setting<TimeValue>Setting. timeSetting(String key, Function<Settings,TimeValue> defaultValue, TimeValue minValue, Setting.Property... properties)Constructors in org.elasticsearch.common.settings with parameters of type Settings Constructor Description AbstractScopedSettings(Settings settings, Set<Setting<?>> settingsSet, Set<SettingUpgrader<?>> settingUpgraders, Setting.Property scope)AbstractScopedSettings(Settings nodeSettings, Settings scopeSettings, AbstractScopedSettings other)ClusterSettings(Settings nodeSettings, Set<Setting<?>> settingsSet)ClusterSettings(Settings nodeSettings, Set<Setting<?>> settingsSet, Set<SettingUpgrader<?>> settingUpgraders)ConsistentSettingsService(Settings settings, ClusterService clusterService, Collection<Setting<?>> secureSettingsCollection)IndexScopedSettings(Settings settings, Set<Setting<?>> settingsSet)SettingsModule(Settings settings, List<Setting<?>> additionalSettings, List<String> settingsFilter, Set<SettingUpgrader<?>> settingUpgraders)SettingsModule(Settings settings, Setting<?>... additionalSettings)Constructor parameters in org.elasticsearch.common.settings with type arguments of type Settings Constructor Description Setting(String key, Function<Settings,String> defaultValue, Function<String,T> parser, Setting.Property... properties)Creates a new Setting instanceSetting(Setting.Key key, Function<Settings,String> defaultValue, Function<String,T> parser, Setting.Property... properties)Creates a new Setting instanceSetting(Setting.Key key, Function<Settings,String> defaultValue, Function<String,T> parser, Setting.Validator<T> validator, Setting.Property... properties)Creates a newSettinginstance. -
Uses of Settings in org.elasticsearch.common.util
Constructors in org.elasticsearch.common.util with parameters of type Settings Constructor Description PageCacheRecycler(Settings settings) -
Uses of Settings in org.elasticsearch.common.util.concurrent
Fields in org.elasticsearch.common.util.concurrent with type parameters of type Settings Modifier and Type Field Description static Setting<Settings>ThreadContext. DEFAULT_HEADERS_SETTINGMethods in org.elasticsearch.common.util.concurrent with parameters of type Settings Modifier and Type Method Description static ThreadFactoryEsExecutors. daemonThreadFactory(Settings settings, String namePrefix)static ThreadFactoryEsExecutors. daemonThreadFactory(Settings settings, String... names)static intEsExecutors. numberOfProcessors(Settings settings)Returns the number of available processors.static StringEsExecutors. threadName(Settings settings, String namePrefix)static StringEsExecutors. threadName(Settings settings, String... names)Constructors in org.elasticsearch.common.util.concurrent with parameters of type Settings Constructor Description ThreadContext(Settings settings)Creates a new ThreadContext instance -
Uses of Settings in org.elasticsearch.discovery
Methods in org.elasticsearch.discovery with parameters of type Settings Modifier and Type Method Description static intSeedHostsResolver. getMaxConcurrentResolvers(Settings settings)static TimeValueSeedHostsResolver. getResolveTimeout(Settings settings) -
Uses of Settings in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen with parameters of type Settings Modifier and Type Method Description protected ZenPingZenDiscovery. newZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, SeedHostsProvider hostsProvider)Constructors in org.elasticsearch.discovery.zen with parameters of type Settings Constructor Description ElectMasterService(Settings settings)FaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName)MasterFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, Supplier<ClusterState> clusterStateSupplier, MasterService masterService, ClusterName clusterName)NodeJoinController(Settings settings, MasterService masterService, AllocationService allocationService, ElectMasterService electMaster, RerouteService rerouteService)NodesFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, Supplier<ClusterState> clusterStateSupplier, ClusterName clusterName)UnicastZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, SeedHostsProvider seedHostsProvider, PingContextProvider contextProvider)ZenDiscovery(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, SeedHostsProvider hostsProvider, AllocationService allocationService, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, RerouteService rerouteService) -
Uses of Settings in org.elasticsearch.env
Methods in org.elasticsearch.env that return Settings Modifier and Type Method Description SettingsEnvironment. settings()The settings used to build this environment.Methods in org.elasticsearch.env with parameters of type Settings Modifier and Type Method Description static StringNodeEnvironment. generateNodeId(Settings settings)Constructors in org.elasticsearch.env with parameters of type Settings Constructor Description Environment(Settings settings, Path configPath)NodeEnvironment(Settings settings, Environment environment)Setup the environment. -
Uses of Settings in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway that return Settings Modifier and Type Method Description protected abstract SettingsPriorityComparator. getIndexSettings(Index index)Methods in org.elasticsearch.gateway with parameters of type Settings Modifier and Type Method Description voidGatewayMetaState. start(Settings settings, TransportService transportService, ClusterService clusterService, MetaStateService metaStateService, MetaDataIndexUpgradeService metaDataIndexUpgradeService, MetaDataUpgrader metaDataUpgrader)Constructors in org.elasticsearch.gateway with parameters of type Settings Constructor Description Gateway(Settings settings, ClusterService clusterService, TransportNodesListGatewayMetaState listGatewayMetaState)GatewayService(Settings settings, AllocationService allocationService, ClusterService clusterService, ThreadPool threadPool, TransportNodesListGatewayMetaState listGatewayMetaState, Discovery discovery)TransportNodesListGatewayStartedShards(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, NodeEnvironment env, IndicesService indicesService, NamedXContentRegistry namedXContentRegistry) -
Uses of Settings in org.elasticsearch.index
Methods in org.elasticsearch.index that return Settings Modifier and Type Method Description SettingsIndexSettings. getNodeSettings()Returns the node settings.SettingsIndexModule. getSettings()Returns the indexSettingsfor this indexSettingsIndexSettings. getSettings()Returns the settings for this index.Methods in org.elasticsearch.index with parameters of type Settings Modifier and Type Method Description static booleanIndexSettings. same(Settings left, Settings right)Compare the specified settings for equality.Method parameters in org.elasticsearch.index with type arguments of type Settings Modifier and Type Method Description voidIndexModule. addSimilarity(String name, TriFunction<Settings,Version,ScriptService,Similarity> similarity)Registers the givenSimilaritywith the given name.Constructors in org.elasticsearch.index with parameters of type Settings Constructor Description IndexSettings(IndexMetaData indexMetaData, Settings nodeSettings)Creates a newIndexSettingsinstance.IndexSettings(IndexMetaData indexMetaData, Settings nodeSettings, IndexScopedSettings indexScopedSettings)Creates a newIndexSettingsinstance. -
Uses of Settings in org.elasticsearch.index.analysis
Fields in org.elasticsearch.index.analysis declared as Settings Modifier and Type Field Description SettingsNameOrDefinition. definitionMethods in org.elasticsearch.index.analysis with parameters of type Settings Modifier and Type Method Description AnalyzerProvider<?>PreBuiltAnalyzerProviderFactory. get(IndexSettings indexSettings, Environment environment, String name, Settings settings)TPreConfiguredAnalysisComponent. get(IndexSettings indexSettings, Environment environment, String name, Settings settings)static ReaderAnalysis. getReaderFromFile(Environment env, Settings settings, String settingPrefix)static List<String>Analysis. getWordList(Environment env, Settings settings, String settingPrefix)Fetches a list of words from the specified settings file.static List<String>Analysis. getWordList(Environment env, Settings settings, String settingPath, String settingList, boolean removeComments)Fetches a list of words from the specified settings file.static CharArraySetAnalysis. getWordSet(Environment env, Settings settings, String settingsPrefix)static booleanAnalysis. isNoStopwords(Settings settings)static VersionAnalysis. parseAnalysisVersion(Settings indexSettings, Settings settings, org.apache.logging.log4j.Logger logger)static CharArraySetAnalysis. parseArticles(Environment env, Settings settings)static CharArraySetAnalysis. parseCommonWords(Environment env, Settings settings, CharArraySet defaultCommonWords, boolean ignoreCase)static CharArraySetAnalysis. parseStemExclusion(Settings settings, CharArraySet defaultStemExclusion)static CharArraySetAnalysis. parseStopWords(Environment env, Settings settings, CharArraySet defaultStopWords)static CharArraySetAnalysis. parseStopWords(Environment env, Settings settings, CharArraySet defaultStopWords, boolean ignoreCase)static CharArraySetAnalysis. parseWords(Environment env, Settings settings, String name, CharArraySet defaultWords, Map<String,Set<?>> namedWords, boolean ignoreCase)voidReloadableCustomAnalyzer. reload(String name, Settings settings, Map<String,TokenizerFactory> tokenizers, Map<String,CharFilterFactory> charFilters, Map<String,TokenFilterFactory> tokenFilters) -
Uses of Settings in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return Settings Modifier and Type Method Description SettingsMapper.BuilderContext. indexSettings()Methods in org.elasticsearch.index.mapper with parameters of type Settings Modifier and Type Method Description GeoPointFieldMapperGeoPointFieldMapper.Builder. build(Mapper.BuilderContext context, String simpleName, MappedFieldType fieldType, MappedFieldType defaultFieldType, Settings indexSettings, FieldMapper.MultiFields multiFields, Explicit<Boolean> ignoreMalformed, Explicit<Boolean> ignoreZValue, FieldMapper.CopyTo copyTo)protected ObjectMapperObjectMapper.Builder. createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, Map<String,Mapper> mappers, Settings settings)protected ObjectMapperRootObjectMapper.Builder. createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, Map<String,Mapper> mappers, Settings settings) -
Uses of Settings in org.elasticsearch.index.seqno
Constructors in org.elasticsearch.index.seqno with parameters of type Settings Constructor Description GlobalCheckpointSyncAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)RetentionLeaseBackgroundSyncAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)RetentionLeaseSyncAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of Settings in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type Settings Modifier and Type Method Description default voidIndexEventListener. afterIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Called after the index shard has been closed.default voidIndexEventListener. afterIndexShardDeleted(ShardId shardId, Settings indexSettings)Called after the index shard has been deleted from disk.default voidIndexEventListener. beforeIndexAddedToCluster(Index index, Settings indexSettings)Called on the Master node only before theIndexServiceinstances is created to simulate an index creation.default voidIndexEventListener. beforeIndexCreated(Index index, Settings indexSettings)Called before the index gets created.default voidIndexEventListener. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Called before the index shard gets closed.default voidIndexEventListener. beforeIndexShardCreated(ShardId shardId, Settings indexSettings)Called before the index shard gets created.default voidIndexEventListener. beforeIndexShardDeleted(ShardId shardId, Settings indexSettings)Called before the index shard gets deleted from disk Note: this method is only executed on the first attempt of deleting the shard. -
Uses of Settings in org.elasticsearch.index.similarity
Fields in org.elasticsearch.index.similarity with type parameters of type Settings Modifier and Type Field Description static Map<String,TriFunction<Settings,Version,ScriptService,Similarity>>SimilarityService. BUILT_INConstructor parameters in org.elasticsearch.index.similarity with type arguments of type Settings Constructor Description SimilarityService(IndexSettings indexSettings, ScriptService scriptService, Map<String,TriFunction<Settings,Version,ScriptService,Similarity>> similarities) -
Uses of Settings in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type Settings Constructor Description IndicesQueryCache(Settings settings)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 Settings in org.elasticsearch.indices.analysis
Fields in org.elasticsearch.indices.analysis with type parameters of type Settings Modifier and Type Field Description static Setting<Settings>HunspellService. HUNSPELL_DICTIONARY_OPTIONSMethods in org.elasticsearch.indices.analysis with parameters of type Settings Modifier and Type Method Description TAnalysisModule.AnalysisProvider. get(IndexSettings indexSettings, Environment environment, String name, Settings settings)Creates a new analysis provider.Constructors in org.elasticsearch.indices.analysis with parameters of type Settings Constructor Description HunspellService(Settings settings, Environment env, Map<String,Dictionary> knownDictionaries) -
Uses of Settings in org.elasticsearch.indices.breaker
Constructors in org.elasticsearch.indices.breaker with parameters of type Settings Constructor Description HierarchyCircuitBreakerService(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.indices.cluster
Constructors in org.elasticsearch.indices.cluster with parameters of type Settings Constructor Description IndicesClusterStateService(Settings settings, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool, PeerRecoveryTargetService recoveryTargetService, ShardStateAction shardStateAction, NodeMappingRefreshAction nodeMappingRefreshAction, RepositoriesService repositoriesService, SearchService searchService, SyncedFlushService syncedFlushService, PeerRecoverySourceService peerRecoverySourceService, SnapshotShardsService snapshotShardsService, PrimaryReplicaSyncer primaryReplicaSyncer, GlobalCheckpointSyncAction globalCheckpointSyncAction, RetentionLeaseSyncAction retentionLeaseSyncAction, RetentionLeaseBackgroundSyncAction retentionLeaseBackgroundSyncAction) -
Uses of Settings in org.elasticsearch.indices.fielddata.cache
Constructors in org.elasticsearch.indices.fielddata.cache with parameters of type Settings Constructor Description IndicesFieldDataCache(Settings settings, IndexFieldDataCache.Listener indicesFieldDataCacheListener) -
Uses of Settings in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery with parameters of type Settings Modifier and Type Method Description voidPeerRecoverySourceService. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)voidPeerRecoveryTargetService. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Constructors in org.elasticsearch.indices.recovery with parameters of type Settings Constructor Description RecoverySettings(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.indices.store
Constructors in org.elasticsearch.indices.store with parameters of type Settings Constructor Description IndicesStore(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool)TransportNodesListShardStoreMetaData(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, NodeEnvironment nodeEnv, ActionFilters actionFilters, NamedXContentRegistry namedXContentRegistry) -
Uses of Settings in org.elasticsearch.monitor
Constructors in org.elasticsearch.monitor with parameters of type Settings Constructor Description MonitorService(Settings settings, NodeEnvironment nodeEnvironment, ThreadPool threadPool, ClusterInfoService clusterInfoService) -
Uses of Settings in org.elasticsearch.monitor.fs
Constructors in org.elasticsearch.monitor.fs with parameters of type Settings Constructor Description FsService(Settings settings, NodeEnvironment nodeEnvironment, ClusterInfoService clusterInfoService) -
Uses of Settings in org.elasticsearch.monitor.jvm
Fields in org.elasticsearch.monitor.jvm with type parameters of type Settings Modifier and Type Field Description static Setting<Settings>JvmGcMonitorService. GC_SETTINGConstructors in org.elasticsearch.monitor.jvm with parameters of type Settings Constructor Description JvmGcMonitorService(Settings settings, ThreadPool threadPool)JvmService(Settings settings) -
Uses of Settings in org.elasticsearch.monitor.os
Constructors in org.elasticsearch.monitor.os with parameters of type Settings Constructor Description OsService(Settings settings) -
Uses of Settings in org.elasticsearch.monitor.process
Constructors in org.elasticsearch.monitor.process with parameters of type Settings Constructor Description ProcessService(Settings settings) -
Uses of Settings in org.elasticsearch.node
Methods in org.elasticsearch.node that return Settings Modifier and Type Method Description static SettingsInternalSettingsPreparer. prepareSettings(Settings input)Prepares settings for the transport client by gathering all elasticsearch system properties and setting defaults.SettingsNode. settings()The settings that are used by this node.Methods in org.elasticsearch.node with parameters of type Settings Modifier and Type Method Description static CircuitBreakerServiceNode. createCircuitBreakerService(Settings settings, ClusterSettings clusterSettings)Creates a newCircuitBreakerServicebased on the settings provided.protected ClusterInfoServiceNode. newClusterInfoService(Settings settings, ClusterService clusterService, ThreadPool threadPool, NodeClient client)Constructs a ClusterInfoService which may be mocked for tests.protected TransportServiceNode. newTransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor interceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders)static EnvironmentInternalSettingsPreparer. prepareEnvironment(Settings input, Map<String,String> properties, Path configPath, Supplier<String> defaultNodeName)Prepares the settings by gathering all elasticsearch system properties, optionally loading the configuration settings.static SettingsInternalSettingsPreparer. prepareSettings(Settings input)Prepares settings for the transport client by gathering all elasticsearch system properties and setting defaults. -
Uses of Settings in org.elasticsearch.persistent
Constructors in org.elasticsearch.persistent with parameters of type Settings Constructor Description PersistentTasksClusterService(Settings settings, PersistentTasksExecutorRegistry registry, ClusterService clusterService, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.persistent.decider
Constructors in org.elasticsearch.persistent.decider with parameters of type Settings Constructor Description EnableAssignmentDecider(Settings settings, ClusterSettings clusterSettings) -
Uses of Settings in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return Settings Modifier and Type Method Description SettingsPlugin. additionalSettings()Additional node settings loaded by the plugin.SettingsPluginsService. updatedSettings()Methods in org.elasticsearch.plugins with parameters of type Settings Modifier and Type Method Description default Collection<AllocationDecider>ClusterPlugin. createAllocationDeciders(Settings settings, ClusterSettings clusterSettings)Return deciders used to customize where shards are allocated.default NetworkService.CustomNameResolverDiscoveryPlugin. getCustomNameResolver(Settings settings)Override to add additionalNetworkService.CustomNameResolvers.List<ExecutorBuilder<?>>Plugin. getExecutorBuilders(Settings settings)Provides the list of this plugin's custom thread pools, empty if none.List<ExecutorBuilder<?>>PluginsService. getExecutorBuilders(Settings settings)default Map<String,Supplier<HttpServerTransport>>NetworkPlugin. getHttpTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Returns a map ofHttpServerTransportsuppliers.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.default ScriptEngineScriptPlugin. getScriptEngine(Settings settings, Collection<ScriptContext<?>> contexts)Returns aScriptEngineinstance ornullif this plugin doesn't add a new script engine.default Map<String,Supplier<ShardsAllocator>>ClusterPlugin. getShardsAllocators(Settings settings, ClusterSettings clusterSettings)ReturnShardsAllocatorimplementations added by this plugin.default Map<String,Supplier<Transport>>NetworkPlugin. getTransports(Settings settings, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)Returns a map ofTransportsuppliers.voidReloadablePlugin. reload(Settings settings)Called to trigger the rebuilt of the plugin's internal members.Constructors in org.elasticsearch.plugins with parameters of type Settings Constructor Description PluginsService(Settings settings, Path configPath, Path modulesDirectory, Path pluginsDirectory, Collection<Class<? extends Plugin>> classpathPlugins)Constructs a new PluginService -
Uses of Settings in org.elasticsearch.repositories
Constructors in org.elasticsearch.repositories with parameters of type Settings Constructor Description RepositoriesService(Settings settings, ClusterService clusterService, TransportService transportService, Map<String,Repository.Factory> typesRegistry, Map<String,Repository.Factory> internalTypesRegistry, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.rest.action.admin.cluster
Constructors in org.elasticsearch.rest.action.admin.cluster with parameters of type Settings Constructor Description RestClusterGetSettingsAction(Settings settings, RestController controller, ClusterSettings clusterSettings, SettingsFilter settingsFilter) -
Uses of Settings in org.elasticsearch.rest.action.document
Constructors in org.elasticsearch.rest.action.document with parameters of type Settings Constructor Description RestBulkAction(Settings settings, RestController controller)RestMultiGetAction(Settings settings, RestController controller) -
Uses of Settings in org.elasticsearch.rest.action.search
Constructors in org.elasticsearch.rest.action.search with parameters of type Settings Constructor Description RestMultiSearchAction(Settings settings, RestController controller) -
Uses of Settings in org.elasticsearch.script
Methods in org.elasticsearch.script with parameters of type Settings Modifier and Type Method Description static ScriptScript. parse(Settings settings)Parse the script configured in the given settings.Constructors in org.elasticsearch.script with parameters of type Settings Constructor Description ScriptModule(Settings settings, List<ScriptPlugin> scriptPlugins)ScriptService(Settings settings, Map<String,ScriptEngine> engines, Map<String,ScriptContext<?>> contexts) -
Uses of Settings in org.elasticsearch.search
Constructors in org.elasticsearch.search with parameters of type Settings Constructor Description SearchModule(Settings settings, boolean transportClient, List<SearchPlugin> plugins)Constructs a new SearchModule object NOTE: This constructor should not be called in production unless an accurateSettingsobject is provided. -
Uses of Settings in org.elasticsearch.search.aggregations
Constructors in org.elasticsearch.search.aggregations with parameters of type Settings Constructor Description MultiBucketConsumerService(ClusterService clusterService, Settings settings) -
Uses of Settings in org.elasticsearch.search.fetch.subphase.highlight
Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type Settings Constructor Description FastVectorHighlighter(Settings settings) -
Uses of Settings in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots with parameters of type Settings Modifier and Type Method Description voidSnapshotShardsService. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Constructors in org.elasticsearch.snapshots with parameters of type Settings Constructor Description SnapshotShardsService(Settings settings, ClusterService clusterService, RepositoriesService repositoriesService, ThreadPool threadPool, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)SnapshotsService(Settings settings, ClusterService clusterService, IndexNameExpressionResolver indexNameExpressionResolver, RepositoriesService repositoriesService, ThreadPool threadPool) -
Uses of Settings in org.elasticsearch.tasks
Constructors in org.elasticsearch.tasks with parameters of type Settings Constructor Description TaskManager(Settings settings, ThreadPool threadPool, Set<String> taskHeaders) -
Uses of Settings in org.elasticsearch.threadpool
Methods in org.elasticsearch.threadpool with parameters of type Settings Modifier and Type Method Description protected intExecutorBuilder. applyHardSizeLimit(Settings settings, String name)static ScheduledThreadPoolExecutorScheduler. initScheduler(Settings settings)Create a scheduler that can be used client side.Constructors in org.elasticsearch.threadpool with parameters of type Settings Constructor Description FixedExecutorBuilder(Settings settings, String name, int size, int queueSize, String prefix)Construct a fixed executor builder.ThreadPool(Settings settings, ExecutorBuilder<?>... customBuilders) -
Uses of Settings in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as Settings Modifier and Type Field Description protected SettingsRemoteClusterAware. settingsprotected SettingsTcpTransport. settingsFields in org.elasticsearch.transport with type parameters of type Settings Modifier and Type Field Description static Setting<Settings>TransportSettings. DEFAULT_FEATURES_SETTINGMethods in org.elasticsearch.transport with parameters of type Settings Modifier and Type Method Description static ConnectionProfileConnectionProfile. buildDefaultConnectionProfile(Settings settings)Builds a default connection profile based on the provided settings.protected static Map<String,Tuple<String,List<Tuple<String,Supplier<DiscoveryNode>>>>>RemoteClusterAware. buildRemoteClustersDynamicConfig(Settings settings)Builds the dynamic per-cluster config from the given settings.protected TaskManagerTransportService. createTaskManager(Settings settings, ThreadPool threadPool, Set<String> taskHeaders)static Set<TcpTransport.ProfileSettings>TcpTransport. getProfileSettings(Settings settings)Returns all profile settings for the given settings objectConstructors in org.elasticsearch.transport with parameters of type Settings Constructor Description ConnectionManager(Settings settings, Transport transport)ProfileSettings(Settings settings, String profileName)RemoteClusterAware(Settings settings)Creates a newRemoteClusterAwareinstanceTcpTransport(Settings settings, Version version, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders)Build the service.TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders, ConnectionManager connectionManager) -
Uses of Settings in org.elasticsearch.watcher
Constructors in org.elasticsearch.watcher with parameters of type Settings Constructor Description ResourceWatcherService(Settings settings, ThreadPool threadPool)
-