Uses of Class
org.elasticsearch.common.settings.ClusterSettings
-
-
Uses of ClusterSettings in org.elasticsearch.action
Constructors in org.elasticsearch.action with parameters of type ClusterSettings 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 ClusterSettings in org.elasticsearch.action.admin.cluster.settings
Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type ClusterSettings Constructor Description TransportClusterUpdateSettingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.action.admin.indices.close
Constructors in org.elasticsearch.action.admin.indices.close with parameters of type ClusterSettings Constructor Description TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ClusterSettings clusterSettings, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations) -
Uses of ClusterSettings in org.elasticsearch.action.support
Constructors in org.elasticsearch.action.support with parameters of type ClusterSettings Constructor Description AutoCreateIndex(Settings settings, ClusterSettings clusterSettings, IndexNameExpressionResolver resolver)DestructiveOperations(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster with parameters of type ClusterSettings 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. -
Uses of ClusterSettings in org.elasticsearch.cluster.action.index
Constructors in org.elasticsearch.cluster.action.index with parameters of type ClusterSettings Constructor Description MappingUpdatedAction(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type ClusterSettings Constructor Description 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)NoMasterBlockService(Settings settings, ClusterSettings clusterSettings)Reconfigurator(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.cluster.routing
Constructors in org.elasticsearch.cluster.routing with parameters of type ClusterSettings Constructor Description OperationRouting(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.cluster.routing.allocation
Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type ClusterSettings Constructor Description DiskThresholdMonitor(Settings settings, Supplier<ClusterState> clusterStateSupplier, ClusterSettings clusterSettings, Client client, LongSupplier currentTimeMillisSupplier, RerouteService rerouteService)DiskThresholdSettings(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.cluster.routing.allocation.allocator
Constructors in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type ClusterSettings Constructor Description BalancedShardsAllocator(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.cluster.routing.allocation.decider
Constructors in org.elasticsearch.cluster.routing.allocation.decider with parameters of type ClusterSettings 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 ClusterSettings in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return ClusterSettings Modifier and Type Method Description ClusterSettingsClusterService. getClusterSettings()Constructors in org.elasticsearch.cluster.service with parameters of type ClusterSettings 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 ClusterSettings in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings that return ClusterSettings Modifier and Type Method Description ClusterSettingsSettingsModule. getClusterSettings() -
Uses of ClusterSettings in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type ClusterSettings Constructor Description DiscoveryModule(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, List<DiscoveryPlugin> plugins, AllocationService allocationService, Path configFile, GatewayMetaState gatewayMetaState, RerouteService rerouteService)DiscoverySettings(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type ClusterSettings Constructor Description 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 ClusterSettings in org.elasticsearch.indices.breaker
Constructors in org.elasticsearch.indices.breaker with parameters of type ClusterSettings Constructor Description HierarchyCircuitBreakerService(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.indices.recovery
Constructors in org.elasticsearch.indices.recovery with parameters of type ClusterSettings Constructor Description RecoverySettings(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type ClusterSettings Modifier and Type Method Description static CircuitBreakerServiceNode. createCircuitBreakerService(Settings settings, ClusterSettings clusterSettings)Creates a newCircuitBreakerServicebased on the settings provided.protected TransportServiceNode. newTransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor interceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders)protected voidNode. processRecoverySettings(ClusterSettings clusterSettings, RecoverySettings recoverySettings) -
Uses of ClusterSettings in org.elasticsearch.persistent.decider
Constructors in org.elasticsearch.persistent.decider with parameters of type ClusterSettings Constructor Description EnableAssignmentDecider(Settings settings, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type ClusterSettings Modifier and Type Method Description default Collection<AllocationDecider>ClusterPlugin. createAllocationDeciders(Settings settings, ClusterSettings clusterSettings)Return deciders used to customize where shards are allocated.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 Map<String,Supplier<ShardsAllocator>>ClusterPlugin. getShardsAllocators(Settings settings, ClusterSettings clusterSettings)ReturnShardsAllocatorimplementations added by this plugin. -
Uses of ClusterSettings in org.elasticsearch.rest.action.admin.cluster
Constructors in org.elasticsearch.rest.action.admin.cluster with parameters of type ClusterSettings Constructor Description RestClusterGetSettingsAction(Settings settings, RestController controller, ClusterSettings clusterSettings, SettingsFilter settingsFilter) -
Uses of ClusterSettings in org.elasticsearch.script
Methods in org.elasticsearch.script with parameters of type ClusterSettings Modifier and Type Method Description voidScriptModule. registerClusterSettingsListeners(ClusterSettings clusterSettings)Allow the script service to register any settings update handlers on the cluster settings -
Uses of ClusterSettings in org.elasticsearch.snapshots
Constructors in org.elasticsearch.snapshots with parameters of type ClusterSettings Constructor Description RestoreService(ClusterService clusterService, RepositoriesService repositoriesService, AllocationService allocationService, MetaDataCreateIndexService createIndexService, MetaDataIndexUpgradeService metaDataIndexUpgradeService, ClusterSettings clusterSettings) -
Uses of ClusterSettings in org.elasticsearch.transport
Methods in org.elasticsearch.transport with parameters of type ClusterSettings Modifier and Type Method Description voidRemoteClusterAware. listenForUpdates(ClusterSettings clusterSettings)Registers this instance to listen to updates on the cluster settings.voidRemoteClusterService. listenForUpdates(ClusterSettings clusterSettings)Constructors in org.elasticsearch.transport with parameters of type ClusterSettings Constructor Description 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)
-