Modifier and Type | Method and Description |
---|---|
static Version |
Version.indexCreated(Settings indexSettings)
Return the
Version of Elasticsearch that has been used to create an index given its settings. |
Modifier and Type | Method and Description |
---|---|
TransportRequestOptions |
GenericAction.transportOptions(Settings settings)
Optional request options for the action.
|
Constructor and Description |
---|
TransportActionNodeProxy(Settings settings,
GenericAction<Request,Response> action,
TransportService transportService) |
Constructor and Description |
---|
TransportClusterHealthAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ClusterName clusterName,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportNodesHotThreadsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
NodeInfo.getSettings()
The settings of the node.
|
Constructor and Description |
---|
NodeInfo(Version version,
Build build,
DiscoveryNode node,
com.google.common.collect.ImmutableMap<String,String> serviceAttributes,
Settings settings,
OsInfo os,
ProcessInfo process,
JvmInfo jvm,
ThreadPoolInfo threadPool,
NetworkInfo network,
TransportInfo transport,
HttpInfo http,
PluginsInfo plugins) |
TransportNodesInfoAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportNodesRestartAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
Node node,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportNodesShutdownAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
Node node,
ClusterName clusterName,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportNodesStatsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteRepositoryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetRepositoriesAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
PutRepositoryRequest.settings()
Returns repository settings
|
Modifier and Type | Method and Description |
---|---|
PutRepositoryRequestBuilder |
PutRepositoryRequestBuilder.setSettings(Settings settings)
Sets the repository settings
|
PutRepositoryRequest |
PutRepositoryRequest.settings(Settings settings)
Sets the repository settings
|
Constructor and Description |
---|
TransportPutRepositoryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportVerifyRepositoryAction(Settings settings,
ClusterName clusterName,
TransportService transportService,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClusterRerouteAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
AllocationService allocationService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
ClusterUpdateSettingsResponse.getPersistentSettings() |
Settings |
ClusterUpdateSettingsResponse.getTransientSettings() |
Settings |
ClusterUpdateSettingsRequest.persistentSettings() |
Settings |
ClusterUpdateSettingsRequest.transientSettings() |
Modifier and Type | Method and Description |
---|---|
ClusterUpdateSettingsRequest |
ClusterUpdateSettingsRequest.persistentSettings(Settings settings)
Sets the persistent settings to be updated.
|
ClusterUpdateSettingsRequestBuilder |
ClusterUpdateSettingsRequestBuilder.setPersistentSettings(Settings settings)
Sets the persistent settings to be updated.
|
ClusterUpdateSettingsRequestBuilder |
ClusterUpdateSettingsRequestBuilder.setTransientSettings(Settings settings)
Sets the transient settings to be updated.
|
ClusterUpdateSettingsRequest |
ClusterUpdateSettingsRequest.transientSettings(Settings settings)
Sets the transient settings to be updated.
|
Constructor and Description |
---|
TransportClusterUpdateSettingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
AllocationService allocationService,
DynamicSettings dynamicSettings,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClusterSearchShardsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
CreateSnapshotRequest.settings()
Returns repository-specific snapshot settings
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(Settings settings)
Sets repository-specific snapshot settings.
|
CreateSnapshotRequest |
CreateSnapshotRequest.settings(Settings settings)
Sets repository-specific snapshot settings.
|
Constructor and Description |
---|
TransportCreateSnapshotAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
SnapshotsService snapshotsService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteSnapshotAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
SnapshotsService snapshotsService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetSnapshotsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
SnapshotsService snapshotsService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
RestoreSnapshotRequest.indexSettings()
Returns settings that should be added/changed in all restored indices
|
Settings |
RestoreSnapshotRequest.settings()
Returns repository-specific restore settings
|
Modifier and Type | Method and Description |
---|---|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indexSettings(Settings settings)
Sets settings that should be added/changed in all restored indices
|
RestoreSnapshotRequestBuilder |
RestoreSnapshotRequestBuilder.setIndexSettings(Settings settings)
Sets index settings that should be added or replaced during restore
|
RestoreSnapshotRequestBuilder |
RestoreSnapshotRequestBuilder.setSettings(Settings settings)
Sets repository-specific restore settings.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.settings(Settings settings)
Sets repository-specific restore settings.
|
Constructor and Description |
---|
TransportRestoreSnapshotAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
RestoreService restoreService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportNodesSnapshotsStatus(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
SnapshotsService snapshotsService,
ActionFilters actionFilters) |
TransportSnapshotsStatusAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
SnapshotsService snapshotsService,
TransportNodesSnapshotsStatus transportNodesSnapshotsStatus,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClusterStateAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ClusterName clusterName,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClusterStatsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
IndicesService indicesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportPendingClusterTasksAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportIndicesAliasesAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexAliasesService indexAliasesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportAliasesExistAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetAliasesAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportAnalyzeAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
IndicesAnalysisService indicesAnalysisService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClearIndicesCacheAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
IndicesTermsFilterCache termsFilterCache,
IndicesQueryCache indicesQueryCache,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportCloseIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexStateService indexStateService,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
CreateIndexRequest.settings()
The settings to create the index with.
|
Settings |
CreateIndexClusterStateUpdateRequest.settings() |
Modifier and Type | Method and Description |
---|---|
CreateIndexRequestBuilder |
CreateIndexRequestBuilder.setSettings(Settings settings)
The settings to create the index with.
|
CreateIndexRequest |
CreateIndexRequest.settings(Settings settings)
The settings to create the index with.
|
CreateIndexClusterStateUpdateRequest |
CreateIndexClusterStateUpdateRequest.settings(Settings settings) |
Constructor and Description |
---|
CreateIndexRequest(String index,
Settings settings)
Constructs a new request to create an index with the specified name and settings.
|
TransportCreateIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataCreateIndexService createIndexService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataDeleteIndexService deleteIndexService,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportIndicesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportTypesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportFlushAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
ImmutableOpenMap<String,Settings> |
GetIndexResponse.getSettings() |
ImmutableOpenMap<String,Settings> |
GetIndexResponse.settings() |
Constructor and Description |
---|
TransportGetIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteMappingAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataMappingService metaDataMappingService,
TransportDeleteByQueryAction deleteByQueryAction,
TransportRefreshAction refreshAction,
TransportFlushAction flushAction,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetFieldMappingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportGetFieldMappingsIndexAction shardAction,
ActionFilters actionFilters) |
TransportGetFieldMappingsIndexAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
TransportGetMappingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportPutMappingAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataMappingService metaDataMappingService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportOpenIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexStateService indexStateService,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportOptimizeAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportRecoveryAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportRefreshAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportIndicesSegmentsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
ImmutableOpenMap<String,Settings> |
GetSettingsResponse.getIndexToSettings() |
Constructor and Description |
---|
TransportGetSettingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
SettingsFilter settingsFilter,
ActionFilters actionFilters) |
Constructor and Description |
---|
GetSettingsResponse(ImmutableOpenMap<String,Settings> indexToSettings) |
Modifier and Type | Method and Description |
---|---|
Settings |
UpdateSettingsClusterStateUpdateRequest.settings()
Returns the
Settings to update |
Modifier and Type | Method and Description |
---|---|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setSettings(Settings settings)
Sets the settings to be updated
|
UpdateSettingsRequest |
UpdateSettingsRequest.settings(Settings settings)
Sets the settings to be updated
|
UpdateSettingsClusterStateUpdateRequest |
UpdateSettingsClusterStateUpdateRequest.settings(Settings settings)
Sets the
Settings to update |
Constructor and Description |
---|
TransportUpdateSettingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataUpdateSettingsService updateSettingsService,
ActionFilters actionFilters) |
UpdateSettingsRequest(Settings settings,
String... indices)
Constructs a new request to update settings for one or more indices
|
Constructor and Description |
---|
TransportIndicesStatsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportIndicesStatusAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters)
Deprecated.
|
Constructor and Description |
---|
TransportDeleteIndexTemplateAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexTemplateService indexTemplateService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetIndexTemplatesAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
Settings |
PutIndexTemplateRequest.settings() |
Modifier and Type | Method and Description |
---|---|
PutIndexTemplateRequestBuilder |
PutIndexTemplateRequestBuilder.setSettings(Settings settings)
The settings to created the index template with.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.settings(Settings settings)
The settings to create the index template with.
|
Constructor and Description |
---|
TransportPutIndexTemplateAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexTemplateService indexTemplateService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportValidateQueryAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteWarmerAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetWarmersAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportPutWarmerAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportSearchAction searchAction,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
TransportRequestOptions |
BulkAction.transportOptions(Settings settings) |
Constructor and Description |
---|
TransportBulkAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
TransportShardBulkAction shardBulkAction,
TransportCreateIndexAction createIndexAction,
ActionFilters actionFilters) |
TransportShardBulkAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
MappingUpdatedAction mappingUpdatedAction,
UpdateHelper updateHelper,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportCountAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
TransportCreateIndexAction createIndexAction,
TransportIndexDeleteAction indexDeleteAction,
ActionFilters actionFilters) |
TransportIndexDeleteAction(Settings settings,
ClusterService clusterService,
ThreadPool threadPool,
TransportShardDeleteAction deleteAction,
ActionFilters actionFilters) |
TransportShardDeleteAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteByQueryAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
ThreadPool threadPool,
TransportIndexDeleteByQueryAction indexDeleteByQueryAction,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
TransportIndexDeleteByQueryAction(Settings settings,
ClusterService clusterService,
ThreadPool threadPool,
TransportShardDeleteByQueryAction shardDeleteByQueryAction,
ActionFilters actionFilters) |
TransportShardDeleteByQueryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportExistsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportExplainAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
TransportMultiGetAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
TransportShardMultiGetAction shardAction,
ActionFilters actionFilters) |
TransportShardMultiGetAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
TransportCreateIndexAction createIndexAction,
MappingUpdatedAction mappingUpdatedAction,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportDeleteIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportPutIndexedScriptAction(Settings settings,
ThreadPool threadPool,
ScriptService scriptService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportMoreLikeThisAction(Settings settings,
ThreadPool threadPool,
TransportSearchAction searchAction,
TransportGetAction getAction,
ClusterService clusterService,
IndicesService indicesService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportMultiPercolateAction(Settings settings,
ThreadPool threadPool,
TransportShardMultiPercolateAction shardMultiPercolateAction,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
TransportMultiGetAction multiGetAction,
ActionFilters actionFilters) |
TransportPercolateAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
TransportGetAction getAction,
ActionFilters actionFilters) |
TransportShardMultiPercolateAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportSuggestAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
SuggestPhase suggestPhase,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
void |
DestructiveOperations.onRefreshSettings(Settings settings) |
Constructor and Description |
---|
AutoCreateIndex(Settings settings) |
DestructiveOperations(ESLogger logger,
Settings settings,
NodeSettingsService nodeSettingsService) |
HandledTransportAction(Settings settings,
String actionName,
ThreadPool threadPool,
TransportService transportService,
ActionFilters actionFilters) |
Simple(Settings settings) |
TransportAction(Settings settings,
String actionName,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportBroadcastOperationAction(Settings settings,
String actionName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportMasterNodeOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
TransportMasterNodeReadOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClusterInfoAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportNodesOperationAction(Settings settings,
String actionName,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportIndexReplicationOperationAction(Settings settings,
String actionName,
ClusterService clusterService,
ThreadPool threadPool,
TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> shardAction,
ActionFilters actionFilters) |
TransportIndicesReplicationOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> indexAction,
ActionFilters actionFilters) |
TransportShardReplicationOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportSingleCustomOperationAction(Settings settings,
String actionName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportInstanceSingleOperationAction(Settings settings,
String actionName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportShardSingleOperationAction(Settings settings,
String actionName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportMultiTermVectorsAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
TransportSingleShardMultiTermsVectorAction shardAction,
ActionFilters actionFilters) |
TransportSingleShardMultiTermsVectorAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
TransportSingleShardTermVectorAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportUpdateAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
TransportIndexAction indexAction,
TransportDeleteAction deleteAction,
TransportCreateIndexAction createIndexAction,
UpdateHelper updateHelper,
ActionFilters actionFilters,
IndicesService indicesService) |
UpdateHelper(Settings settings,
ScriptService scriptService) |
Constructor and Description |
---|
BulkUdpService(Settings settings,
Client client,
NetworkService networkService) |
Constructor and Description |
---|
CacheRecycler(Settings settings) |
CacheRecyclerModule(Settings settings) |
DefaultPageCacheRecyclerModule(Settings settings) |
PageCacheRecycler(Settings settings,
ThreadPool threadPool) |
PageCacheRecyclerModule(Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
Client.settings()
Returns this clients settings
|
Settings |
FilterClient.settings() |
Modifier and Type | Method and Description |
---|---|
Settings |
NodeClient.settings() |
Constructor and Description |
---|
NodeAdminClient(Settings settings,
NodeClusterAdminClient clusterAdminClient,
NodeIndicesAdminClient indicesAdminClient) |
NodeClient(Settings settings,
ThreadPool threadPool,
NodeAdminClient admin,
Map<GenericAction,TransportAction> actions,
Headers headers) |
Modifier and Type | Method and Description |
---|---|
Settings |
Headers.headers() |
Constructor and Description |
---|
Headers(Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
TransportClient.settings() |
Constructor and Description |
---|
TransportClient(Settings settings)
Constructs a new transport client with explicit settings and settings loaded either from the classpath or the file
system (the elasticsearch.(yml|json) files optionally prefixed with config/).
|
TransportClient(Settings pSettings,
boolean loadConfigSettings)
Constructs a new transport client with the provided settings and the ability to control if settings will
be loaded from the classpath / file system (the elasticsearch.(yml|json) files optionally prefixed with
config/).
|
TransportClientNodesService(Settings settings,
ClusterName clusterName,
TransportService transportService,
ThreadPool threadPool,
Headers headers,
Version version) |
Modifier and Type | Method and Description |
---|---|
Settings |
InternalTransportClient.settings() |
Constructor and Description |
---|
InternalTransportAdminClient(Settings settings,
InternalTransportIndicesAdminClient indicesAdminClient,
InternalTransportClusterAdminClient clusterAdminClient) |
InternalTransportClient(Settings settings,
ThreadPool threadPool,
TransportService transportService,
TransportClientNodesService nodesService,
InternalTransportAdminClient adminClient,
Map<String,GenericAction> actions,
Headers headers) |
InternalTransportClusterAdminClient(Settings settings,
TransportClientNodesService nodesService,
ThreadPool threadPool,
TransportService transportService,
Map<String,GenericAction> actions,
Headers headers) |
InternalTransportIndicesAdminClient(Settings settings,
TransportClientNodesService nodesService,
TransportService transportService,
ThreadPool threadPool,
Map<String,GenericAction> actions,
Headers headers) |
Modifier and Type | Method and Description |
---|---|
static ClusterName |
ClusterName.clusterNameFromSettings(Settings settings) |
Constructor and Description |
---|
ClusterModule(Settings settings) |
ClusterNameModule(Settings settings) |
InternalClusterInfoService(Settings settings,
NodeSettingsService nodeSettingsService,
TransportNodesStatsAction transportNodesStatsAction,
TransportIndicesStatsAction transportIndicesStatsAction,
ClusterService clusterService,
ThreadPool threadPool) |
Modifier and Type | Method and Description |
---|---|
void |
NodeIndexDeletedAction.nodeIndexDeleted(ClusterState clusterState,
String index,
Settings indexSettings,
String nodeId) |
Constructor and Description |
---|
MappingUpdatedAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataMappingService metaDataMappingService,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters) |
NodeIndexDeletedAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
NodeEnvironment nodeEnv,
IndicesService indicesService) |
NodeMappingRefreshAction(Settings settings,
TransportService transportService,
MetaDataMappingService metaDataMappingService) |
Constructor and Description |
---|
ShardStateAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
AllocationService allocationService,
RoutingService routingService) |
Modifier and Type | Method and Description |
---|---|
Settings |
IndexMetaData.getSettings() |
Settings |
IndexTemplateMetaData.getSettings() |
Settings |
MetaData.persistentSettings() |
Settings |
MetaData.Builder.persistentSettings() |
Settings |
RepositoryMetaData.settings()
Returns repository settings
|
Settings |
IndexMetaData.settings() |
Settings |
IndexTemplateMetaData.settings() |
Settings |
MetaData.settings()
Returns the merges transient and persistent settings.
|
Settings |
MetaData.transientSettings() |
Settings |
MetaData.Builder.transientSettings() |
Modifier and Type | Method and Description |
---|---|
static boolean |
IndexMetaData.isIndexUsingShadowReplicas(Settings settings)
Returns
true iff the given settings indicate that the index associated
with these settings uses shadow replicas. |
static boolean |
IndexMetaData.isOnSharedFilesystem(Settings settings)
Returns
true iff the given settings indicate that the index
associated with these settings allocates it's shards on a shared
filesystem. |
MetaData.Builder |
MetaData.Builder.persistentSettings(Settings settings) |
IndexMetaData.Builder |
IndexMetaData.Builder.settings(Settings settings) |
IndexTemplateMetaData.Builder |
IndexTemplateMetaData.Builder.settings(Settings settings) |
MetaDataIndexTemplateService.PutRequest |
MetaDataIndexTemplateService.PutRequest.settings(Settings settings) |
MetaData.Builder |
MetaData.Builder.transientSettings(Settings settings) |
MetaData.Builder |
MetaData.Builder.updateSettings(Settings settings,
String... indices) |
Modifier and Type | Method and Description |
---|---|
static DiscoveryNodeFilters |
DiscoveryNodeFilters.buildFromSettings(DiscoveryNodeFilters.OpType opType,
String prefix,
Settings settings) |
static boolean |
DiscoveryNode.clientNode(Settings settings) |
static boolean |
DiscoveryNode.dataNode(Settings settings) |
static boolean |
DiscoveryNode.localNode(Settings settings) |
static boolean |
DiscoveryNode.masterNode(Settings settings) |
static boolean |
DiscoveryNode.nodeRequiresLocalStorage(Settings settings) |
Constructor and Description |
---|
DiscoveryNodeService(Settings settings) |
Constructor and Description |
---|
RoutingService(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
AllocationService allocationService) |
Constructor and Description |
---|
AllocationModule(Settings settings) |
AllocationService(Settings settings,
AllocationDeciders allocationDeciders,
ShardsAllocators shardsAllocators,
ClusterInfoService clusterInfoService) |
Constructor and Description |
---|
BalancedShardsAllocator(Settings settings) |
BalancedShardsAllocator(Settings settings,
NodeSettingsService nodeSettingsService) |
EvenShardsCountAllocator(Settings settings) |
ShardsAllocatorModule(Settings settings) |
ShardsAllocators(Settings settings) |
ShardsAllocators(Settings settings,
GatewayAllocator gatewayAllocator,
ShardsAllocator allocator) |
Modifier and Type | Method and Description |
---|---|
void |
EnableAllocationDecider.onRefreshSettings(Settings settings) |
Constructor and Description |
---|
OperationRoutingModule(Settings settings) |
Constructor and Description |
---|
PlainOperationRouting(Settings indexSettings,
HashFunction hashFunction,
AwarenessAllocationDecider awarenessAllocationDecider) |
Constructor and Description |
---|
InternalClusterService(Settings settings,
DiscoveryService discoveryService,
OperationRouting operationRouting,
TransportService transportService,
NodeSettingsService nodeSettingsService,
ThreadPool threadPool,
ClusterName clusterName,
DiscoveryNodeService discoveryNodeService,
Version version) |
Constructor and Description |
---|
FsBlobStore(Settings settings,
File path) |
Constructor and Description |
---|
URLBlobStore(Settings settings,
URL path)
Constructs new read-only URL-based blob store
The following settings are supported
buffer_size
- size of the read buffer, defaults to 100KB
|
Modifier and Type | Field and Description |
---|---|
protected Settings |
CliTool.settings |
Modifier and Type | Method and Description |
---|---|
abstract CliTool.ExitStatus |
CheckFileCommand.doExecute(Settings settings,
Environment env)
abstract method, which should implement the same logic as CliTool.Command.execute(), but is wrapped
|
CliTool.ExitStatus |
CheckFileCommand.execute(Settings settings,
Environment env) |
abstract CliTool.ExitStatus |
CliTool.Command.execute(Settings settings,
Environment env) |
CliTool.ExitStatus |
CliTool.Command.Help.execute(Settings settings,
Environment env) |
CliTool.ExitStatus |
CliTool.Command.Exit.execute(Settings settings,
Environment env) |
protected abstract Path[] |
CheckFileCommand.pathsForPermissionsCheck(Settings settings,
Environment env)
Returns the array of paths, that should be checked if the permissions, user or groups have changed
before and after execution of the command
|
Modifier and Type | Field and Description |
---|---|
protected Settings |
AbstractComponent.componentSettings |
protected Settings |
AbstractComponent.settings |
Constructor and Description |
---|
AbstractComponent(Settings settings) |
AbstractComponent(Settings settings,
Class customClass) |
AbstractComponent(Settings settings,
Class loggerClass,
Class componentClass) |
AbstractComponent(Settings settings,
String prefixSettings) |
AbstractComponent(Settings settings,
String prefixSettings,
Class customClass) |
AbstractComponent(Settings settings,
String prefixSettings,
Class loggerClass,
Class componentClass) |
AbstractLifecycleComponent(Settings settings) |
AbstractLifecycleComponent(Settings settings,
Class customClass) |
AbstractLifecycleComponent(Settings settings,
Class loggerClass,
Class componentClass) |
AbstractLifecycleComponent(Settings settings,
String prefixSettings) |
AbstractLifecycleComponent(Settings settings,
String prefixSettings,
Class customClass) |
AbstractLifecycleComponent(Settings settings,
String prefixSettings,
Class loggerClass,
Class componentClass) |
Modifier and Type | Method and Description |
---|---|
static void |
CompressorFactory.configure(Settings settings) |
void |
Compressor.configure(Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
LZFCompressor.configure(Settings settings) |
Modifier and Type | Method and Description |
---|---|
static Module |
Modules.createModule(Class<? extends Module> moduleClass,
Settings settings) |
static Module |
Modules.createModule(String moduleClass,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
Index index,
String... prefixes) |
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
RiverName riverName,
String... prefixes) |
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
ShardId shardId,
String... prefixes) |
static ESLogger |
Loggers.getLogger(Class clazz,
Settings settings,
String... prefixes) |
static ESLogger |
Loggers.getLogger(String loggerName,
Settings settings,
ShardId shardId,
String... prefixes)
Just like
Loggers.getLogger(Class,Settings,ShardId,String...) but String loggerName instead of Class. |
static ESLogger |
Loggers.getLogger(String loggerName,
Settings settings,
String... prefixes) |
Modifier and Type | Method and Description |
---|---|
static void |
LogConfigurator.configure(Settings settings) |
Constructor and Description |
---|
NetworkService(Settings settings) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSettings
An immutable implementation of
Settings . |
Modifier and Type | Field and Description |
---|---|
static Settings |
ImmutableSettings.EMPTY |
static Settings |
ImmutableSettings.Builder.EMPTY_SETTINGS |
Modifier and Type | Method and Description |
---|---|
Settings |
ImmutableSettings.Builder.build()
Builds a
Settings (underlying uses ImmutableSettings ) based on everything
set on this builder. |
Settings |
Settings.Builder.build()
Builds the settings.
|
Settings |
SettingsFilter.filterSettings(Settings settings) |
Settings |
ImmutableSettings.getAsSettings(String setting) |
Settings |
Settings.getAsSettings(String setting)
Returns the settings mapped to the given setting name.
|
Settings |
ImmutableSettings.getByPrefix(String prefix) |
Settings |
Settings.getByPrefix(String prefix)
A settings that are filtered (and key is removed) with the specified prefix.
|
Settings |
ImmutableSettings.getComponentSettings(Class component) |
Settings |
Settings.getComponentSettings(Class component)
Component settings for a specific component.
|
Settings |
ImmutableSettings.getComponentSettings(String prefix,
Class component) |
Settings |
Settings.getComponentSettings(String prefix,
Class component)
Component settings for a specific component.
|
static Settings |
ImmutableSettings.readSettingsFromStream(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
Map<String,Settings> |
ImmutableSettings.getGroups(String settingPrefix) |
Map<String,Settings> |
Settings.getGroups(String settingPrefix)
Returns group settings for the given setting prefix.
|
Map<String,Settings> |
ImmutableSettings.getGroups(String settingPrefix,
boolean ignoreNonGrouped) |
Map<String,Settings> |
Settings.getGroups(String settingPrefix,
boolean ignoreNonGrouped)
Returns group settings for the given setting prefix.
|
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsFilter.filterSettings(Settings settings) |
ImmutableSettings.Builder |
ImmutableSettings.Builder.put(Settings settings)
Sets all the provided settings.
|
static void |
ImmutableSettings.writeSettingsToStream(Settings settings,
StreamOutput out) |
Constructor and Description |
---|
SettingsFilter(Settings settings) |
SettingsModule(Settings settings) |
Constructor and Description |
---|
BigArrays(Settings settings,
PageCacheRecycler recycler,
CircuitBreakerService breakerService) |
BigArrays(Settings settings,
PageCacheRecycler recycler,
CircuitBreakerService breakerService,
boolean checkBreaker) |
BigArraysModule(Settings settings) |
DefaultBigArraysModule(Settings settings) |
Modifier and Type | Method and Description |
---|---|
static int |
EsExecutors.boundedNumberOfProcessors(Settings settings)
Returns the number of processors available but at most 32.
|
static ThreadFactory |
EsExecutors.daemonThreadFactory(Settings settings,
String... names) |
static ThreadFactory |
EsExecutors.daemonThreadFactory(Settings settings,
String namePrefix) |
static String |
EsExecutors.threadName(Settings settings,
String... names) |
static String |
EsExecutors.threadName(Settings settings,
String namePrefix) |
Modifier and Type | Method and Description |
---|---|
static String |
DiscoveryService.generateNodeId(Settings settings) |
Constructor and Description |
---|
DiscoveryModule(Settings settings) |
DiscoveryService(Settings settings,
DiscoverySettings discoverySettings,
Discovery discovery) |
DiscoverySettings(Settings settings,
NodeSettingsService nodeSettingsService) |
Constructor and Description |
---|
LocalDiscovery(Settings settings,
ClusterName clusterName,
TransportService transportService,
ClusterService clusterService,
DiscoveryNodeService discoveryNodeService,
Version version,
DiscoverySettings discoverySettings) |
Constructor and Description |
---|
ZenDiscovery(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
NodeSettingsService nodeSettingsService,
DiscoveryNodeService discoveryNodeService,
ZenPingService pingService,
ElectMasterService electMasterService,
DiscoverySettings discoverySettings,
DynamicSettings dynamicSettings) |
Constructor and Description |
---|
ElectMasterService(Settings settings) |
Constructor and Description |
---|
FaultDetection(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName) |
MasterFaultDetection(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
ClusterService clusterService) |
NodesFaultDetection(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName) |
Constructor and Description |
---|
MembershipAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
DiscoveryNodesProvider nodesProvider,
MembershipAction.MembershipListener listener) |
Constructor and Description |
---|
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Constructor and Description |
---|
MulticastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version) |
Constructor and Description |
---|
UnicastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Constructor and Description |
---|
PublishClusterStateAction(Settings settings,
TransportService transportService,
DiscoveryNodesProvider nodesProvider,
PublishClusterStateAction.NewClusterStateListener listener,
DiscoverySettings discoverySettings,
ClusterName clusterName) |
Modifier and Type | Method and Description |
---|---|
Settings |
Environment.settings()
The settings used to build this environment.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeEnvironment.deleteIndexDirectorySafe(Index index,
long lockTimeoutMS,
Settings indexSettings)
Deletes an indexes data directory recursively iff all of the indexes
shards locks were successfully acquired.
|
void |
NodeEnvironment.deleteIndexDirectoryUnderLock(Index index,
Settings indexSettings)
Deletes an indexes data directory recursively.
|
void |
NodeEnvironment.deleteShardDirectorySafe(ShardId shardId,
Settings indexSettings)
Deletes a shard data directory iff the shards locks were successfully acquired.
|
void |
NodeEnvironment.deleteShardDirectoryUnderLock(ShardLock lock,
Settings indexSettings)
Deletes a shard data directory.
|
static boolean |
NodeEnvironment.hasCustomDataPath(Settings indexSettings) |
List<ShardLock> |
NodeEnvironment.lockAllForIndex(Index index,
Settings settings,
long lockTimeoutMS)
Tries to lock all local shards for the given index.
|
Path |
NodeEnvironment.resolveCustomLocation(Settings indexSettings,
ShardId shardId)
Resolve the custom path for a index's shard.
|
File[] |
NodeEnvironment.shardDataLocations(ShardId shardId,
Settings settings)
Deprecated.
use
shardDataPaths instead |
Path[] |
NodeEnvironment.shardDataPaths(ShardId shardId,
Settings indexSettings)
Returns all paths where lucene data will be stored, if a index.data_path
setting is present, will return the custom data path to be used
|
Constructor and Description |
---|
Environment(Settings settings) |
NodeEnvironment(Settings settings,
Environment environment) |
Constructor and Description |
---|
GatewayModule(Settings settings) |
GatewayService(Settings settings,
Gateway gateway,
AllocationService allocationService,
ClusterService clusterService,
DiscoveryService discoveryService,
ThreadPool threadPool) |
Constructor and Description |
---|
LocalGateway(Settings settings,
ClusterService clusterService,
NodeEnvironment nodeEnv,
LocalGatewayShardsState shardsState,
LocalGatewayMetaState metaState,
TransportNodesListGatewayMetaState listGatewayMetaState,
ClusterName clusterName) |
LocalGatewayAllocator(Settings settings,
TransportNodesListGatewayStartedShards listGatewayStartedShards,
TransportNodesListShardStoreMetaData listShardStoreMetaData) |
Constructor and Description |
---|
LocalAllocateDangledIndices(Settings settings,
TransportService transportService,
ClusterService clusterService,
AllocationService allocationService) |
LocalGatewayMetaState(Settings settings,
ThreadPool threadPool,
NodeEnvironment nodeEnv,
TransportNodesListGatewayMetaState nodesListGatewayMetaState,
LocalAllocateDangledIndices allocateDangledIndices,
IndicesService indicesService,
ClusterService clusterService) |
TransportNodesListGatewayMetaState(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
LocalGatewayShardsState(Settings settings,
NodeEnvironment nodeEnv,
TransportNodesListGatewayStartedShards listGatewayStartedShards) |
TransportNodesListGatewayStartedShards(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
NoneGateway(Settings settings,
ClusterName clusterName) |
Constructor and Description |
---|
HttpServer(Settings settings,
Environment environment,
HttpServerTransport transport,
RestController restController,
NodeService nodeService) |
HttpServerModule(Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
NettyHttpServerTransport.settings() |
Constructor and Description |
---|
NettyHttpServerTransport(Settings settings,
NetworkService networkService,
BigArrays bigArrays) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
AbstractIndexComponent.componentSettings |
protected Settings |
AbstractIndexComponent.indexSettings |
Modifier and Type | Method and Description |
---|---|
Settings |
IndexService.getIndexSettings() |
Constructor and Description |
---|
AbstractIndexComponent(Index index,
Settings indexSettings)
Constructs a new index component, with the index name and its settings.
|
AbstractIndexComponent(Index index,
Settings indexSettings,
String prefixSettings)
Constructs a new index component, with the index name and its settings, as well as settings prefix.
|
IndexModule(Settings settings) |
IndexService(Injector injector,
Index index,
Settings indexSettings,
NodeEnvironment nodeEnv,
AnalysisService analysisService,
MapperService mapperService,
IndexQueryParserService queryParserService,
SimilarityService similarityService,
IndexAliasesService aliasesService,
IndexCache indexCache,
IndexEngine indexEngine,
IndexGateway indexGateway,
IndexStore indexStore,
IndexSettingsService settingsService,
IndexFieldDataService indexFieldData,
FixedBitSetFilterCache fixedBitSetFilterCache,
IndicesService indicesServices) |
Constructor and Description |
---|
IndexAliasesService(Index index,
Settings indexSettings,
IndexQueryParserService indexQueryParser) |
Modifier and Type | Method and Description |
---|---|
TokenizerFactory |
TokenizerFactoryFactory.create(String name,
Settings settings) |
CharFilterFactory |
CharFilterFactoryFactory.create(String name,
Settings settings) |
TokenFilterFactory |
TokenFilterFactoryFactory.create(String name,
Settings settings) |
TokenizerFactory |
PreBuiltTokenizerFactoryFactory.create(String name,
Settings settings) |
AnalyzerProvider |
AnalyzerProviderFactory.create(String name,
Settings settings) |
CharFilterFactory |
PreBuiltCharFilterFactoryFactory.create(String name,
Settings settings) |
AnalyzerProvider |
PreBuiltAnalyzerProviderFactory.create(String name,
Settings settings) |
TokenFilterFactory |
PreBuiltTokenFilterFactoryFactory.create(String name,
Settings settings) |
int |
WordDelimiterTokenFilterFactory.getFlag(int flag,
Settings settings,
String key,
boolean defaultValue) |
static Reader |
Analysis.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 org.apache.lucene.analysis.util.CharArraySet |
Analysis.getWordSet(Environment env,
Settings settings,
String settingsPrefix,
org.apache.lucene.util.Version version) |
static boolean |
Analysis.isNoStopwords(Settings settings) |
static org.apache.lucene.util.Version |
Analysis.parseAnalysisVersion(Settings indexSettings,
Settings settings,
ESLogger logger) |
static org.apache.lucene.analysis.util.CharArraySet |
Analysis.parseArticles(Environment env,
Settings settings,
org.apache.lucene.util.Version version) |
static org.apache.lucene.analysis.util.CharArraySet |
Analysis.parseCommonWords(Environment env,
Settings settings,
org.apache.lucene.analysis.util.CharArraySet defaultCommonWords,
org.apache.lucene.util.Version version,
boolean ignoreCase) |
static org.apache.lucene.analysis.util.CharArraySet |
Analysis.parseStemExclusion(Settings settings,
org.apache.lucene.analysis.util.CharArraySet defaultStemExclusion,
org.apache.lucene.util.Version version) |
static org.apache.lucene.analysis.util.CharArraySet |
Analysis.parseStopWords(Environment env,
Settings settings,
org.apache.lucene.analysis.util.CharArraySet defaultStopWords,
org.apache.lucene.util.Version version) |
static org.apache.lucene.analysis.util.CharArraySet |
Analysis.parseStopWords(Environment env,
Settings settings,
org.apache.lucene.analysis.util.CharArraySet defaultStopWords,
org.apache.lucene.util.Version version,
boolean ignoreCase) |
static org.apache.lucene.analysis.util.CharArraySet |
Analysis.parseWords(Environment env,
Settings settings,
String name,
org.apache.lucene.analysis.util.CharArraySet defaultWords,
com.google.common.collect.ImmutableMap<String,Set<?>> namedWords,
org.apache.lucene.util.Version version,
boolean ignoreCase) |
Constructor and Description |
---|
AbstractCompoundWordTokenFilterFactory(Index index,
Settings indexSettings,
Environment env,
String name,
Settings settings) |
DictionaryCompoundWordTokenFilterFactory(Index index,
Settings indexSettings,
Environment env,
String name,
Settings settings) |
HyphenationCompoundWordTokenFilterFactory(Index index,
Settings indexSettings,
Environment env,
String name,
Settings settings) |
Constructor and Description |
---|
IndexCache(Index index,
Settings indexSettings,
FilterCache filterCache,
QueryParserCache queryParserCache,
DocSetCache docSetCache,
FixedBitSetFilterCache fixedBitSetFilterCache) |
IndexCacheModule(Settings settings) |
Constructor and Description |
---|
DocSetCacheModule(Settings settings) |
Constructor and Description |
---|
NoneDocSetCache(Index index,
Settings indexSettings) |
Constructor and Description |
---|
SimpleDocSetCache(Index index,
Settings indexSettings) |
Constructor and Description |
---|
FilterCacheModule(Settings settings) |
ShardFilterCache(ShardId shardId,
Settings indexSettings) |
Constructor and Description |
---|
NoneFilterCache(Index index,
Settings indexSettings) |
Constructor and Description |
---|
WeightedFilterCache(Index index,
Settings indexSettings,
IndicesFilterCache indicesFilterCache) |
Constructor and Description |
---|
FixedBitSetFilterCache(Index index,
Settings indexSettings) |
FixedBitSetFilterCacheModule(Settings settings) |
ShardFixedBitSetFilterCache(ShardId shardId,
Settings indexSettings) |
Constructor and Description |
---|
ShardQueryCache(ShardId shardId,
Settings indexSettings) |
Constructor and Description |
---|
QueryParserCacheModule(Settings settings) |
Constructor and Description |
---|
NoneQueryParserCache(Index index,
Settings indexSettings) |
Constructor and Description |
---|
ResidentQueryParserCache(Index index,
Settings indexSettings) |
Constructor and Description |
---|
CodecModule(Settings indexSettings) |
CodecService(Index index,
Settings indexSettings) |
CodecService(Index index,
Settings indexSettings,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
MapperService mapperService) |
Modifier and Type | Method and Description |
---|---|
DocValuesFormatProvider |
PreBuiltDocValuesFormatProvider.Factory.create(String name,
Settings settings) |
DocValuesFormatProvider |
DocValuesFormatProvider.Factory.create(String name,
Settings settings) |
static DocValuesFormatProvider |
DocValuesFormatProvider.Helper.lookup(Settings indexSettings,
String name,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories)
Looks up and creates
DocValuesFormatProvider for the given name. |
Constructor and Description |
---|
DefaultDocValuesFormatProvider(String name,
Settings docValuesFormatSettings) |
DocValuesFormatService(Index index,
Settings indexSettings) |
DocValuesFormatService(Index index,
Settings indexSettings,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories) |
Modifier and Type | Method and Description |
---|---|
PostingsFormatProvider |
PostingsFormatProvider.Factory.create(String name,
Settings settings) |
PostingsFormatProvider |
PreBuiltPostingsFormatProvider.Factory.create(String name,
Settings settings) |
static PostingsFormatProvider |
PostingsFormatProvider.Helper.lookup(Settings indexSettings,
String name,
Map<String,PostingsFormatProvider.Factory> postingFormatFactories)
Looks up and creates
PostingsFormatProvider for the given name. |
Constructor and Description |
---|
BloomFilterPostingsFormatProvider(Settings indexSettings,
Map<String,PostingsFormatProvider.Factory> postingFormatFactories,
String name,
Settings postingsFormatSettings)
Deprecated.
|
DefaultPostingsFormatProvider(String name,
Settings postingsFormatSettings) |
PostingsFormatService(Index index,
Settings indexSettings) |
PostingsFormatService(Index index,
Settings indexSettings,
Map<String,PostingsFormatProvider.Factory> postingFormatFactories) |
Constructor and Description |
---|
DeletionPolicyModule(Settings settings) |
KeepLastNDeletionPolicy(ShardId shardId,
Settings indexSettings) |
KeepOnlyLastDeletionPolicy(ShardId shardId,
Settings indexSettings) |
Modifier and Type | Method and Description |
---|---|
Settings |
EngineConfig.getIndexSettings()
Returns the latest index settings directly from the index settings service.
|
Constructor and Description |
---|
IndexEngineModule(Settings settings) |
Constructor and Description |
---|
InternalIndexEngine(Index index,
Settings indexSettings) |
Modifier and Type | Method and Description |
---|---|
Settings |
FieldDataType.getSettings() |
Modifier and Type | Method and Description |
---|---|
IndexFieldData<?> |
IndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
String |
FieldDataType.getFormat(Settings indexSettings) |
Constructor and Description |
---|
FieldDataType(String type,
Settings settings) |
IndexFieldDataModule(Settings settings) |
IndexFieldDataService(Index index,
Settings indexSettings,
IndicesFieldDataCache indicesFieldDataCache,
CircuitBreakerService circuitBreakerService,
IndicesFieldDataCacheListener indicesFieldDataCacheListener) |
ShardFieldData(ShardId shardId,
Settings indexSettings) |
Modifier and Type | Method and Description |
---|---|
static IndexOrdinalsFieldData |
GlobalOrdinalsBuilder.build(org.apache.lucene.index.IndexReader indexReader,
IndexOrdinalsFieldData indexFieldData,
Settings settings,
CircuitBreakerService breakerService,
ESLogger logger)
Build global ordinals for the provided
IndexReader . |
Ordinals |
OrdinalsBuilder.build(Settings settings)
Builds an
Ordinals instance from the builders current state. |
Constructor and Description |
---|
GlobalOrdinalsIndexFieldData(Index index,
Settings settings,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
long memorySizeInBytes) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
AbstractIndexOrdinalsFieldData.frequency |
protected Settings |
AbstractIndexOrdinalsFieldData.regex |
Modifier and Type | Method and Description |
---|---|
IndexFieldData<?> |
GeoPointCompressedIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
FloatArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DocValuesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
ParentChildIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicFieldData> |
DisabledIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
IndexIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexOrdinalsFieldData |
FSTBytesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointDoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicNumericFieldData> |
PackedArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
BytesBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexOrdinalsFieldData |
PagedBytesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
Constructor and Description |
---|
IndexGatewayModule(Settings settings,
Gateway gateway) |
IndexShardGatewayService(ShardId shardId,
Settings indexSettings,
ThreadPool threadPool,
IndexShard indexShard,
IndexShardGateway shardGateway,
IndexShardSnapshotAndRestoreService snapshotService,
ClusterService clusterService) |
Constructor and Description |
---|
LocalIndexGateway(Index index,
Settings indexSettings) |
LocalIndexShardGateway(ShardId shardId,
Settings indexSettings,
ThreadPool threadPool,
MappingUpdatedAction mappingUpdatedAction,
IndexService indexService,
IndexShard indexShard) |
Constructor and Description |
---|
NoneIndexGateway(Index index,
Settings indexSettings) |
NoneIndexShardGateway(ShardId shardId,
Settings indexSettings,
IndexShard indexShard) |
Constructor and Description |
---|
ShardGetService(ShardId shardId,
Settings indexSettings,
ScriptService scriptService,
MapperService mapperService,
IndexFieldDataService fieldDataService) |
Constructor and Description |
---|
ShardIndexingService(ShardId shardId,
Settings indexSettings,
ShardSlowLogIndexingService slowLog) |
Constructor and Description |
---|
ShardSlowLogIndexingService(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService) |
Modifier and Type | Method and Description |
---|---|
Settings |
Mapper.BuilderContext.indexSettings() |
abstract Settings |
ParseContext.indexSettings() |
Settings |
ParseContext.InternalParseContext.indexSettings() |
Modifier and Type | Method and Description |
---|---|
static DocumentMapper.Builder |
MapperBuilders.doc(String index,
Settings settings,
RootObjectMapper.Builder objectBuilder) |
Constructor and Description |
---|
Builder(String index,
Settings indexSettings,
RootObjectMapper.Builder builder) |
BuilderContext(Settings indexSettings,
ContentPath contentPath) |
DocumentMapper(String index,
Settings indexSettings,
DocumentMapperParser docMapperParser,
RootObjectMapper rootObjectMapper,
com.google.common.collect.ImmutableMap<String,Object> meta,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
NamedAnalyzer searchQuoteAnalyzer,
Map<Class<? extends RootMapper>,RootMapper> rootMappers,
List<org.elasticsearch.index.mapper.DocumentMapper.SourceTransform> sourceTransforms) |
DocumentMapperParser(Index index,
Settings indexSettings,
AnalysisService analysisService,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService) |
InternalParseContext(String index,
Settings indexSettings,
DocumentMapperParser docMapperParser,
DocumentMapper docMapper,
ContentPath path) |
MapperService(Index index,
Settings indexSettings,
Environment environment,
AnalysisService analysisService,
IndexFieldDataService fieldDataService,
PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
AbstractFieldMapper.customFieldDataSettings |
protected Settings |
AbstractFieldMapper.Builder.fieldDataSettings |
Modifier and Type | Method and Description |
---|---|
T |
AbstractFieldMapper.Builder.fieldDataSettings(Settings settings) |
Constructor and Description |
---|
AbstractFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
AbstractFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
BinaryFieldMapper(FieldMapper.Names names,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Boolean compress,
long compressThreshold,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
BooleanFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean nullValue,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
ByteFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Byte nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
DateFieldMapper(FieldMapper.Names names,
FormatDateTimeFormatter dateTimeFormatter,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String nullValue,
TimeUnit timeUnit,
boolean roundCeil,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
DoubleFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Double nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
FloatFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Float nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
IntegerFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Integer nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
LongFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Long nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Murmur3FieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Long nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
NumberFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
ShortFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Short nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
StringFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
org.apache.lucene.document.FieldType defaultFieldType,
Boolean docValues,
String nullValue,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
NamedAnalyzer searchQuotedAnalyzer,
int positionOffsetGap,
int ignoreAbove,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
TokenCountFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Integer nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
NamedAnalyzer analyzer,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Modifier and Type | Method and Description |
---|---|
GeoPointFieldMapper.Builder |
GeoPointFieldMapper.Builder.fieldDataSettings(Settings settings) |
Constructor and Description |
---|
GeoPointFieldMapper(FieldMapper.Names names,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
Settings fieldDataSettings,
Settings indexSettings,
ContentPath.Type pathType,
boolean enableLatLon,
boolean enableGeoHash,
boolean enableGeohashPrefix,
Integer precisionStep,
int geoHashPrecision,
DoubleFieldMapper latMapper,
DoubleFieldMapper lonMapper,
StringFieldMapper geohashMapper,
boolean validateLon,
boolean validateLat,
boolean normalizeLon,
boolean normalizeLat,
AbstractFieldMapper.MultiFields multiFields) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
ParentFieldMapper.Builder.fieldDataSettings |
Modifier and Type | Method and Description |
---|---|
ParentFieldMapper.Builder |
ParentFieldMapper.Builder.fieldDataSettings(Settings settings) |
Constructor and Description |
---|
AllFieldMapper(String name,
org.apache.lucene.document.FieldType fieldType,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
EnabledAttributeMapper enabled,
boolean autoBoost,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
BoostFieldMapper(Settings indexSettings) |
BoostFieldMapper(String name,
String indexName,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Float nullValue,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
BoostFieldMapper(String name,
String indexName,
Settings indexSettings) |
FieldNamesFieldMapper(Settings indexSettings) |
FieldNamesFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
EnabledAttributeMapper enabledState,
Settings fieldDataSettings,
Settings indexSettings) |
IdFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String path,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
IndexFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
ParentFieldMapper(Settings indexSettings) |
ParentFieldMapper(String name,
String indexName,
String type,
PostingsFormatProvider postingsFormat,
Settings fieldDataSettings,
Settings indexSettings) |
RoutingFieldMapper(org.apache.lucene.document.FieldType fieldType,
boolean required,
String path,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
SizeFieldMapper(EnabledAttributeMapper enabled,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
SizeFieldMapper(Settings indexSettings) |
SourceFieldMapper(Settings indexSettings) |
SourceFieldMapper(String name,
boolean enabled,
String format,
Boolean compress,
long compressThreshold,
String[] includes,
String[] excludes,
Settings indexSettings) |
TimestampFieldMapper(org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
String path,
FormatDateTimeFormatter dateTimeFormatter,
String defaultTimestamp,
boolean roundCeil,
Boolean ignoreMissing,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
TimestampFieldMapper(Settings indexSettings) |
TTLFieldMapper(org.apache.lucene.document.FieldType fieldType,
EnabledAttributeMapper enabled,
long defaultTTL,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
TTLFieldMapper(Settings indexSettings) |
TypeFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
UidFieldMapper(String name,
String indexName,
Boolean docValues,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
Settings fieldDataSettings,
Settings indexSettings) |
Constructor and Description |
---|
IpFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Modifier and Type | Method and Description |
---|---|
protected ObjectMapper |
RootObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
protected ObjectMapper |
ObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
Constructor and Description |
---|
MergePolicyModule(Settings settings) |
Constructor and Description |
---|
ConcurrentMergeSchedulerProvider(ShardId shardId,
Settings indexSettings,
ThreadPool threadPool,
IndexSettingsService indexSettingsService) |
MergeSchedulerModule(Settings settings) |
MergeSchedulerProvider(ShardId shardId,
Settings indexSettings,
ThreadPool threadPool) |
SerialMergeSchedulerProvider(ShardId shardId,
Settings indexSettings,
ThreadPool threadPool)
Deprecated.
|
Constructor and Description |
---|
PercolatorQueriesRegistry(ShardId shardId,
Settings indexSettings,
IndexQueryParserService queryParserService,
ShardIndexingService indexingService,
IndicesLifecycle indicesLifecycle,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService indexFieldDataService,
ShardPercolateService shardPercolateService) |
Constructor and Description |
---|
ShardPercolateService(ShardId shardId,
Settings indexSettings) |
Modifier and Type | Method and Description |
---|---|
Map<String,Settings> |
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings.groupSettings() |
Map<String,Settings> |
IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings.groupSettings() |
Modifier and Type | Method and Description |
---|---|
QueryParser |
QueryParserFactory.create(String name,
Settings settings) |
FilterParser |
FilterParserFactory.create(String name,
Settings settings) |
Constructor and Description |
---|
BoolQueryParser(Settings settings) |
IndexQueryParserModule(Settings settings) |
IndexQueryParserService(Index index,
Settings indexSettings,
IndicesQueriesRegistry indicesQueriesRegistry,
CacheRecycler cacheRecycler,
ScriptService scriptService,
AnalysisService analysisService,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService fieldDataService,
IndexEngine indexEngine,
FixedBitSetFilterCache fixedBitSetFilterCache,
SimilarityService similarityService,
Map<String,QueryParserFactory> namedQueryParsers,
Map<String,FilterParserFactory> namedFilterParsers) |
QueryStringQueryParser(Settings settings) |
SimpleQueryStringParser(Settings settings) |
Constructor and Description |
---|
XContentFilterParsersBindings(MapBinder<String,FilterParserFactory> binder,
Map<String,Settings> groupSettings) |
XContentQueryParsersBindings(MapBinder<String,QueryParserFactory> binder,
Map<String,Settings> groupSettings) |
Constructor and Description |
---|
MoreLikeThisFetchService(Client client,
Settings settings) |
Constructor and Description |
---|
ShapeFetchService(Client client,
Settings settings) |
Constructor and Description |
---|
ShardSlowLogSearchService(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService) |
Constructor and Description |
---|
ShardSearchService(ShardId shardId,
Settings indexSettings,
ShardSlowLogSearchService slowLogSearchService) |
Modifier and Type | Method and Description |
---|---|
Settings |
IndexSettingsProvider.get() |
Settings |
IndexSettingsService.getSettings() |
Modifier and Type | Method and Description |
---|---|
void |
IndexSettingsService.Listener.onRefreshSettings(Settings settings) |
void |
IndexSettingsService.refreshSettings(Settings settings) |
Constructor and Description |
---|
IndexSettingsModule(Index index,
Settings settings) |
IndexSettingsService(Index index,
Settings settings) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
AbstractIndexShardComponent.componentSettings |
protected Settings |
AbstractIndexShardComponent.indexSettings |
Modifier and Type | Method and Description |
---|---|
Settings |
IndexShardComponent.indexSettings() |
Settings |
AbstractIndexShardComponent.indexSettings() |
Constructor and Description |
---|
AbstractIndexShardComponent(ShardId shardId,
Settings indexSettings) |
AbstractIndexShardComponent(ShardId shardId,
Settings indexSettings,
String prefixSettings) |
IndexShard(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
MergeSchedulerProvider mergeScheduler,
Translog translog,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
ShardIndexingService indexingService,
ShardGetService getService,
ShardSearchService searchService,
ShardIndexWarmerService shardWarmerService,
ShardFilterCache shardFilterCache,
ShardFieldData shardFieldData,
PercolatorQueriesRegistry percolatorQueriesRegistry,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorService termVectorService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
ShardSuggestService shardSuggestService,
ShardQueryCache shardQueryCache,
ShardFixedBitSetFilterCache shardFixedBitSetFilterCache,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
AnalysisService analysisService,
SimilarityService similarityService,
MergePolicyProvider mergePolicyProvider,
EngineFactory factory,
ClusterService clusterService) |
IndexShardModule(ShardId shardId,
boolean primary,
Settings settings) |
ShadowIndexShard(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
MergeSchedulerProvider mergeScheduler,
Translog translog,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
ShardIndexingService indexingService,
ShardGetService getService,
ShardSearchService searchService,
ShardIndexWarmerService shardWarmerService,
ShardFilterCache shardFilterCache,
ShardFieldData shardFieldData,
PercolatorQueriesRegistry percolatorQueriesRegistry,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorService termVectorService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
ShardSuggestService shardSuggestService,
ShardQueryCache shardQueryCache,
ShardFixedBitSetFilterCache shardFixedBitSetFilterCache,
AnalysisService analysisService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
MergePolicyProvider mergePolicyProvider,
EngineFactory factory,
ClusterService clusterService) |
Modifier and Type | Method and Description |
---|---|
SimilarityProvider |
PreBuiltSimilarityProvider.Factory.create(String name,
Settings settings) |
SimilarityProvider |
SimilarityProvider.Factory.create(String name,
Settings settings)
Creates a new
SimilarityProvider instance |
protected org.apache.lucene.search.similarities.AfterEffect |
DFRSimilarityProvider.parseAfterEffect(Settings settings)
Parses the given Settings and creates the appropriate
AfterEffect |
protected org.apache.lucene.search.similarities.BasicModel |
DFRSimilarityProvider.parseBasicModel(Settings settings)
Parses the given Settings and creates the appropriate
BasicModel |
protected org.apache.lucene.search.similarities.Distribution |
IBSimilarityProvider.parseDistribution(Settings settings)
Parses the given Settings and creates the appropriate
Distribution |
protected org.apache.lucene.search.similarities.Lambda |
IBSimilarityProvider.parseLambda(Settings settings)
Parses the given Settings and creates the appropriate
Lambda |
protected org.apache.lucene.search.similarities.Normalization |
AbstractSimilarityProvider.parseNormalization(Settings settings)
Parses the given Settings and creates the appropriate
Normalization |
Constructor and Description |
---|
BM25SimilarityProvider(String name,
Settings settings) |
DefaultSimilarityProvider(String name,
Settings settings) |
DFRSimilarityProvider(String name,
Settings settings) |
IBSimilarityProvider(String name,
Settings settings) |
LMDirichletSimilarityProvider(String name,
Settings settings) |
LMJelinekMercerSimilarityProvider(String name,
Settings settings) |
SimilarityLookupService(Index index,
Settings indexSettings) |
SimilarityLookupService(Index index,
Settings indexSettings,
Map<String,SimilarityProvider.Factory> similarities) |
SimilarityModule(Settings settings) |
SimilarityService(Index index,
Settings settings) |
SimilarityService(Index index,
Settings indexSettings,
SimilarityLookupService similarityLookupService,
MapperService mapperService) |
Constructor and Description |
---|
IndexShardSnapshotAndRestoreService(ShardId shardId,
Settings indexSettings,
IndexShard indexShard,
RepositoriesService repositoriesService,
RestoreService restoreService) |
Constructor and Description |
---|
BlobStoreIndexShardRepository(Settings settings,
RepositoryName repositoryName,
IndicesService indicesService,
ClusterService clusterService) |
Constructor and Description |
---|
DirectoryService(ShardId shardId,
Settings indexSettings) |
IndexStoreModule(Settings settings) |
Store(ShardId shardId,
Settings indexSettings,
DirectoryService directoryService,
Distributor distributor,
ShardLock shardLock) |
Store(ShardId shardId,
Settings indexSettings,
DirectoryService directoryService,
Distributor distributor,
ShardLock shardLock,
Store.OnClose onClose) |
StoreModule(Settings settings,
IndexStore indexStore,
ShardLock lock,
Store.OnClose closeCallback) |
Constructor and Description |
---|
RamDirectoryService(ShardId shardId,
Settings indexSettings) |
RamIndexStore(Index index,
Settings indexSettings,
IndexService indexService,
IndicesStore indicesStore,
NodeEnvironment nodeEnv) |
Constructor and Description |
---|
AbstractIndexStore(Index index,
Settings indexSettings,
IndexService indexService,
IndicesStore indicesStore,
NodeEnvironment nodeEnv) |
Constructor and Description |
---|
ShardSuggestService(ShardId shardId,
Settings indexSettings) |
Constructor and Description |
---|
ShardTermVectorService(ShardId shardId,
Settings indexSettings,
MappingUpdatedAction mappingUpdatedAction) |
Constructor and Description |
---|
TranslogModule(Settings settings) |
TranslogService(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
ThreadPool threadPool,
IndexShard indexShard,
Translog translog) |
Constructor and Description |
---|
FsTranslog(ShardId shardId,
Settings indexSettings,
File location) |
FsTranslog(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
BigArrays bigArrays,
IndexStore indexStore) |
Constructor and Description |
---|
ShardIndexWarmerService(ShardId shardId,
Settings indexSettings) |
Modifier and Type | Method and Description |
---|---|
void |
IndicesService.addPendingDelete(Index index,
Settings settings)
Adds a pending delete for the given index shard.
|
void |
IndicesService.addPendingDelete(ShardId shardId,
Settings settings)
Adds a pending delete for the given index shard.
|
void |
InternalIndicesLifecycle.afterIndexClosed(Index index,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.afterIndexClosed(Index index,
Settings indexSettings)
Called after the index has been closed.
|
void |
InternalIndicesLifecycle.afterIndexDeleted(Index index,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.afterIndexDeleted(Index index,
Settings indexSettings)
Called after the index has been deleted.
|
void |
InternalIndicesLifecycle.afterIndexShardClosed(ShardId shardId,
IndexShard indexShard,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.afterIndexShardClosed(ShardId shardId,
IndexShard indexShard,
Settings indexSettings)
Called after the index shard has been closed.
|
void |
InternalIndicesLifecycle.afterIndexShardDeleted(ShardId shardId,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.afterIndexShardDeleted(ShardId shardId,
Settings indexSettings)
Called after the index shard has been deleted from disk.
|
void |
InternalIndicesLifecycle.beforeIndexAddedToCluster(Index index,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.beforeIndexAddedToCluster(Index index,
Settings indexSettings)
Called on the Master node only before the index is created
|
void |
InternalIndicesLifecycle.beforeIndexCreated(Index index,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.beforeIndexCreated(Index index,
Settings indexSettings)
Called before the index gets created.
|
void |
InternalIndicesLifecycle.beforeIndexShardClosed(ShardId shardId,
IndexShard indexShard,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.beforeIndexShardClosed(ShardId shardId,
IndexShard indexShard,
Settings indexSettings)
Called before the index shard gets closed.
|
void |
InternalIndicesLifecycle.beforeIndexShardCreated(ShardId shardId,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.beforeIndexShardCreated(ShardId shardId,
Settings indexSettings)
Called before the index shard gets created.
|
void |
InternalIndicesLifecycle.beforeIndexShardDeleted(ShardId shardId,
Settings indexSettings) |
void |
IndicesLifecycle.Listener.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.
|
boolean |
IndicesService.canDeleteIndexContents(Index index,
Settings indexSettings)
This method returns true if the current node is allowed to delete the
given index.
|
IndexService |
IndicesService.createIndex(String sIndexName,
Settings settings,
String localNodeId) |
void |
IndicesService.deleteShardStore(String reason,
ShardLock lock,
Settings indexSettings)
Deletes the shard with an already acquired shard lock.
|
void |
IndicesService.processPendingDeletes(Index index,
Settings indexSettings,
TimeValue timeout)
Processes all pending deletes for the given index.
|
Constructor and Description |
---|
IndicesModule(Settings settings) |
IndicesService(Settings settings,
IndicesLifecycle indicesLifecycle,
IndicesAnalysisService indicesAnalysisService,
Injector injector,
NodeEnvironment nodeEnv) |
IndicesWarmer(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
IndicesService indicesService) |
InternalIndicesLifecycle(Settings settings) |
Constructor and Description |
---|
HunspellService(Settings settings,
Environment env) |
HunspellService(Settings settings,
Environment env,
Map<String,org.apache.lucene.analysis.hunspell.Dictionary> knownDictionaries) |
IndicesAnalysisService(Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
HierarchyCircuitBreakerService.ApplySettings.onRefreshSettings(Settings settings) |
Constructor and Description |
---|
CircuitBreakerModule(Settings settings) |
CircuitBreakerService(Settings settings) |
HierarchyCircuitBreakerService(Settings settings,
NodeSettingsService nodeSettingsService) |
Constructor and Description |
---|
IndicesFilterCache(Settings settings,
ThreadPool threadPool,
NodeSettingsService nodeSettingsService) |
Constructor and Description |
---|
IndicesTermsFilterCache(Settings settings,
Client client) |
Constructor and Description |
---|
IndicesQueryCache(Settings settings,
ClusterService clusterService,
ThreadPool threadPool) |
Constructor and Description |
---|
IndicesClusterStateService(Settings settings,
IndicesService indicesService,
ClusterService clusterService,
ThreadPool threadPool,
RecoveryTarget recoveryTarget,
ShardStateAction shardStateAction,
NodeIndexDeletedAction nodeIndexDeletedAction,
NodeMappingRefreshAction nodeMappingRefreshAction) |
Constructor and Description |
---|
IndicesFieldDataCache(Settings settings,
IndicesFieldDataCacheListener indicesFieldDataCacheListener,
ThreadPool threadPool) |
Constructor and Description |
---|
IndexingMemoryController(Settings settings,
ThreadPool threadPool,
IndicesService indicesService) |
Constructor and Description |
---|
IndicesQueriesRegistry(Settings settings,
Set<QueryParser> injectedQueryParsers,
Set<FilterParser> injectedFilterParsers) |
Constructor and Description |
---|
RecoverySettings(Settings settings,
NodeSettingsService nodeSettingsService) |
RecoverySource(Settings settings,
TransportService transportService,
IndicesService indicesService,
RecoverySettings recoverySettings,
MappingUpdatedAction mappingUpdatedAction,
ClusterService clusterService) |
RecoveryTarget(Settings settings,
ThreadPool threadPool,
TransportService transportService,
IndicesLifecycle indicesLifecycle,
RecoverySettings recoverySettings,
ClusterService clusterService) |
Constructor and Description |
---|
IndicesStore(Settings settings,
NodeEnvironment nodeEnv,
NodeSettingsService nodeSettingsService,
IndicesService indicesService,
ClusterService clusterService,
TransportService transportService) |
TransportNodesListShardStoreMetaData(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
NodeEnvironment nodeEnv,
ActionFilters actionFilters) |
Constructor and Description |
---|
IndicesTTLService(Settings settings,
ClusterService clusterService,
IndicesService indicesService,
NodeSettingsService nodeSettingsService,
TransportBulkAction bulkAction) |
Constructor and Description |
---|
MonitorModule(Settings settings) |
MonitorService(Settings settings,
JvmMonitorService jvmMonitorService,
OsService osService,
ProcessService processService,
JvmService jvmService,
NetworkService networkService,
FsService fsService) |
Constructor and Description |
---|
FsService(Settings settings,
FsProbe probe) |
JmxFsProbe(Settings settings,
NodeEnvironment nodeEnv) |
Constructor and Description |
---|
JvmMonitorService(Settings settings,
ThreadPool threadPool) |
JvmService(Settings settings) |
Constructor and Description |
---|
JmxNetworkProbe(Settings settings) |
NetworkService(Settings settings,
NetworkProbe probe) |
Constructor and Description |
---|
JmxOsProbe(Settings settings) |
OsService(Settings settings,
OsProbe probe) |
Constructor and Description |
---|
JmxProcessProbe(Settings settings) |
ProcessService(Settings settings,
ProcessProbe probe) |
Modifier and Type | Method and Description |
---|---|
Settings |
Node.settings()
The settings that were used to create the node.
|
Modifier and Type | Method and Description |
---|---|
NodeBuilder |
NodeBuilder.settings(Settings settings)
Explicit node settings to set.
|
Modifier and Type | Method and Description |
---|---|
Settings |
InternalNode.settings() |
Modifier and Type | Method and Description |
---|---|
static Tuple<Settings,Environment> |
InternalSettingsPreparer.prepareSettings(Settings pSettings,
boolean loadConfigSettings) |
Modifier and Type | Method and Description |
---|---|
static Tuple<Settings,Environment> |
InternalSettingsPreparer.prepareSettings(Settings pSettings,
boolean loadConfigSettings) |
Constructor and Description |
---|
InternalNode(Settings preparedSettings,
boolean loadConfigSettings) |
Constructor and Description |
---|
NodeService(Settings settings,
ThreadPool threadPool,
MonitorService monitorService,
Discovery discovery,
TransportService transportService,
IndicesService indicesService,
PluginsService pluginService,
CircuitBreakerService circuitBreakerService,
Version version) |
Modifier and Type | Method and Description |
---|---|
static Settings |
NodeSettingsService.getGlobalSettings()
Returns the global (static) settings last updated by a node.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeSettingsService.Listener.onRefreshSettings(Settings settings) |
Constructor and Description |
---|
NodeSettingsService(Settings settings) |
Constructor and Description |
---|
PercolatorService(Settings settings,
IndicesService indicesService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
HighlightPhase highlightPhase,
ClusterService clusterService,
FacetPhase facetPhase,
AggregationPhase aggregationPhase,
ScriptService scriptService,
MappingUpdatedAction mappingUpdatedAction) |
Modifier and Type | Method and Description |
---|---|
Settings |
AbstractPlugin.additionalSettings() |
Settings |
Plugin.additionalSettings()
Additional node settings loaded by the plugin
|
Settings |
PluginsService.updatedSettings() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PluginsService.checkLuceneCompatibility(Class<? extends Plugin> pluginClass,
Settings settings,
ESLogger logger,
String propertiesFile)
Check that a plugin is Lucene compatible with the current running node using `lucene` property
in `es-plugin.properties` file.
|
Collection<Module> |
AbstractPlugin.indexModules(Settings settings)
Defaults to return an empty list.
|
Collection<Module> |
PluginsService.indexModules(Settings settings) |
Collection<? extends Module> |
Plugin.indexModules(Settings settings)
Per index modules.
|
Collection<Module> |
AbstractPlugin.modules(Settings settings)
Defaults to return an empty list.
|
Collection<Module> |
PluginsService.modules(Settings settings) |
Collection<? extends Module> |
Plugin.modules(Settings settings)
Node level modules (instances)
|
Collection<Module> |
AbstractPlugin.shardModules(Settings settings)
Defaults to return an empty list.
|
Collection<Module> |
PluginsService.shardModules(Settings settings) |
Collection<? extends Module> |
Plugin.shardModules(Settings settings)
Per index shard module.
|
Constructor and Description |
---|
IndexPluginsModule(Settings settings,
PluginsService pluginsService) |
PluginsModule(Settings settings,
PluginsService pluginsService) |
PluginsService(Settings settings,
Environment environment)
Constructs a new PluginService
|
ShardsPluginsModule(Settings settings,
PluginsService pluginsService) |
Modifier and Type | Method and Description |
---|---|
Settings |
RepositorySettings.globalSettings() |
Settings |
RepositorySettings.settings() |
Modifier and Type | Method and Description |
---|---|
RepositoriesService.RegisterRepositoryRequest |
RepositoriesService.RegisterRepositoryRequest.settings(Settings settings)
Sets repository settings
|
Constructor and Description |
---|
RepositoriesService(Settings settings,
ClusterService clusterService,
TransportService transportService,
RepositoryTypesRegistry typesRegistry,
Injector injector) |
RepositoryModule(RepositoryName repositoryName,
Settings settings,
Settings globalSettings,
RepositoryTypesRegistry typesRegistry)
Spawns module for repository with specified name, type and settings
|
RepositorySettings(Settings globalSettings,
Settings settings) |
VerifyNodeRepositoryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
RepositoriesService repositoriesService) |
Constructor and Description |
---|
BaseRestHandler(Settings settings,
RestController controller,
Client client) |
RestController(Settings settings) |
RestModule(Settings settings) |
Constructor and Description |
---|
RestClusterHealthAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestNodesHotThreadsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestNodesInfoAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
Constructor and Description |
---|
RestNodesRestartAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestNodesShutdownAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestNodesStatsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteRepositoryAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetRepositoriesAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestPutRepositoryAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestVerifyRepositoryAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestClusterRerouteAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
Constructor and Description |
---|
RestClusterGetSettingsAction(Settings settings,
RestController controller,
Client client) |
RestClusterUpdateSettingsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestClusterSearchShardsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestCreateSnapshotAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteSnapshotAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetSnapshotsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestRestoreSnapshotAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestSnapshotsStatusAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestClusterStateAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
Constructor and Description |
---|
RestClusterStatsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestPendingClusterTasksAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndicesAliasesAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndexDeleteAliasesAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetAliasesAction(Settings settings,
RestController controller,
Client client) |
RestGetIndicesAliasesAction(Settings settings,
RestController controller,
Client client)
Deprecated.
|
Constructor and Description |
---|
RestAliasesExistAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndexPutAliasAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestAnalyzeAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestClearIndicesCacheAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestCloseIndexAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestCreateIndexAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteIndexAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndicesExistsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestTypesExistsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestFlushAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetIndicesAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteMappingAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetFieldMappingAction(Settings settings,
RestController controller,
Client client) |
RestGetMappingAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestPutMappingAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestOpenIndexAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestOptimizeAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestRecoveryAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestRefreshAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndicesSegmentsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetSettingsAction(Settings settings,
RestController controller,
Client client) |
RestUpdateSettingsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndicesStatsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndicesStatusAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
Constructor and Description |
---|
RestDeleteIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestHeadIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestPutIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestUpgradeAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestValidateQueryAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteWarmerAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetWarmerAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestPutWarmerAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestBulkAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestCountAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteByQueryAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestExistsAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestExplainAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestGetAction(Settings settings,
RestController controller,
Client client) |
RestGetSourceAction(Settings settings,
RestController controller,
Client client) |
RestHeadAction(Settings settings,
RestController controller,
Client client) |
RestMultiGetAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestIndexAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestMainAction(Settings settings,
Version version,
RestController controller,
ClusterName clusterName,
Client client,
ClusterService clusterService) |
Constructor and Description |
---|
RestMoreLikeThisAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestMultiPercolateAction(Settings settings,
RestController controller,
Client client) |
RestPercolateAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteIndexedScriptAction(Settings settings,
RestController controller,
boolean registerDefaultHandlers,
Client client) |
RestDeleteIndexedScriptAction(Settings settings,
RestController controller,
Client client) |
RestGetIndexedScriptAction(Settings settings,
RestController controller,
boolean registerDefaultHandlers,
Client client) |
RestGetIndexedScriptAction(Settings settings,
RestController controller,
Client client) |
RestPutIndexedScriptAction(Settings settings,
RestController controller,
boolean registerDefaultHandlers,
Client client) |
RestPutIndexedScriptAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestClearScrollAction(Settings settings,
RestController controller,
Client client) |
RestMultiSearchAction(Settings settings,
RestController controller,
Client client) |
RestSearchAction(Settings settings,
RestController controller,
Client client) |
RestSearchScrollAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestSuggestAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestDeleteSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
RestGetSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
RestPutSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestMultiTermVectorsAction(Settings settings,
RestController controller,
Client client) |
RestTermVectorAction(Settings settings,
RestController controller,
Client client) |
Constructor and Description |
---|
RestUpdateAction(Settings settings,
RestController controller,
Client client) |
Modifier and Type | Method and Description |
---|---|
static Pattern |
RestUtils.getCorsSettingRegex(Settings settings)
Determine if CORS setting is a regex
|
Modifier and Type | Method and Description |
---|---|
Settings |
RiverSettings.globalSettings() |
Modifier and Type | Method and Description |
---|---|
static String |
RiverIndexName.Conf.indexName(Settings settings) |
Constructor and Description |
---|
RiverModule(RiverName riverName,
Map<String,Object> settings,
Settings globalSettings,
RiversTypesRegistry typesRegistry) |
RiverSettings(Settings globalSettings,
Map<String,Object> settings) |
RiversManager(Settings settings,
RiversService riversService,
RiverClusterService clusterService,
RiversRouter riversRouter) |
RiversModule(Settings settings) |
RiversPluginsModule(Settings settings,
PluginsService pluginsService) |
RiversService(Settings settings,
Client client,
ThreadPool threadPool,
ClusterService clusterService,
RiversTypesRegistry typesRegistry,
RiverClusterService riverClusterService,
Injector injector) |
Constructor and Description |
---|
PublishRiverClusterStateAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
PublishRiverClusterStateAction.NewClusterStateListener listener) |
RiverClusterService(Settings settings,
TransportService transportService,
ClusterService clusterService) |
Constructor and Description |
---|
RiversRouter(Settings settings,
Client client,
ClusterService clusterService,
RiverClusterService riverClusterService,
ThreadPool threadPool) |
Constructor and Description |
---|
NativeScriptEngineService(Settings settings,
Map<String,NativeScriptFactory> scripts) |
ScriptModule(Settings settings) |
ScriptService(Settings settings,
Environment env,
Set<ScriptEngineService> scriptEngines,
ResourceWatcherService resourceWatcherService,
NodeSettingsService nodeSettingsService) |
Constructor and Description |
---|
ExpressionScriptEngineService(Settings settings) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.groovy.control.customizers.SecureASTCustomizer |
GroovySandboxExpressionChecker.getSecureASTCustomizer(Settings settings,
Set<String> blacklistAdditions)
Returns a customized ASTCustomizer that includes the whitelists and
expression checker.
|
Constructor and Description |
---|
GroovySandboxExpressionChecker(Settings settings,
Set<String> blacklistAdditions) |
GroovyScriptEngineService(Settings settings) |
Constructor and Description |
---|
MustacheScriptEngineService(Settings settings) |
Constructor and Description |
---|
SearchService(Settings settings,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesQueryCache indicesQueryCache) |
Constructor and Description |
---|
SearchServiceTransportAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
SearchService searchService) |
Constructor and Description |
---|
SearchPhaseController(Settings settings,
CacheRecycler cacheRecycler,
BigArrays bigArrays,
ScriptService scriptService) |
Constructor and Description |
---|
DateHistogramFacetParser(Settings settings) |
Constructor and Description |
---|
FilterFacetParser(Settings settings) |
Constructor and Description |
---|
GeoDistanceFacetParser(Settings settings) |
Constructor and Description |
---|
HistogramFacetParser(Settings settings) |
Constructor and Description |
---|
QueryFacetParser(Settings settings) |
Constructor and Description |
---|
RangeFacetParser(Settings settings) |
Constructor and Description |
---|
StatisticalFacetParser(Settings settings) |
Constructor and Description |
---|
TermsFacetParser(Settings settings) |
Constructor and Description |
---|
TermsStatsFacetParser(Settings settings) |
Constructor and Description |
---|
FastVectorHighlighter(Settings settings) |
HighlightPhase(Settings settings,
Highlighters highlighters) |
Constructor and Description |
---|
RescorePhase(Settings settings) |
Constructor and Description |
---|
SuggestPhase(Settings settings,
SuggestParseElement suggestParseElement) |
Modifier and Type | Method and Description |
---|---|
Settings |
RestoreService.RestoreRequest.indexSettings()
Returns index settings that should be changed on restore
|
Settings |
SnapshotsService.SnapshotRequest.settings()
Returns repository-specific settings for the snapshot operation
|
Settings |
RestoreService.RestoreRequest.settings()
Returns repository-specific restore settings
|
Modifier and Type | Method and Description |
---|---|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.settings(Settings settings)
Sets repository-specific snapshot settings
|
Constructor and Description |
---|
RestoreRequest(String cause,
String repository,
String name,
String[] indices,
IndicesOptions indicesOptions,
String renamePattern,
String renameReplacement,
Settings settings,
TimeValue masterNodeTimeout,
boolean includeGlobalState,
boolean partial,
boolean includeAliases,
Settings indexSettings,
String[] ignoreIndexSettings)
Constructs new restore request
|
RestoreService(Settings settings,
ClusterService clusterService,
RepositoriesService repositoriesService,
TransportService transportService,
AllocationService allocationService,
MetaDataCreateIndexService createIndexService,
DynamicSettings dynamicSettings) |
SnapshotsService(Settings settings,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
IndicesService indicesService,
TransportService transportService) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadPool.updateSettings(Settings settings) |
Constructor and Description |
---|
ThreadPool(Settings settings,
NodeSettingsService nodeSettingsService) |
ThreadPoolModule(Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
TransportService.applySettings(Settings settings) |
Constructor and Description |
---|
TransportModule(Settings settings) |
TransportService(Settings settings,
Transport transport,
ThreadPool threadPool) |
Constructor and Description |
---|
LocalTransport(Settings settings,
ThreadPool threadPool,
Version version) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
NettyTransport.ServerChannelPipelineFactory.settings |
Modifier and Type | Method and Description |
---|---|
Settings |
NettyTransport.settings() |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.ChannelPipelineFactory |
NettyTransport.configureServerChannelPipelineFactory(String name,
Settings settings) |
Constructor and Description |
---|
NettyTransport(Settings settings,
ThreadPool threadPool,
NetworkService networkService,
BigArrays bigArrays,
Version version) |
ServerChannelPipelineFactory(NettyTransport nettyTransport,
String name,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
static Settings |
TribeService.processSettings(Settings settings) |
Modifier and Type | Method and Description |
---|---|
static Settings |
TribeService.processSettings(Settings settings) |
Constructor and Description |
---|
TribeService(Settings settings,
ClusterService clusterService,
DiscoveryService discoveryService) |
Constructor and Description |
---|
ResourceWatcherService(Settings settings,
ThreadPool threadPool) |
Copyright © 2009–2015. All rights reserved.