Constructor and Description |
---|
TransportClusterStatsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
IndicesService indicesService,
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 |
---|
TransportFlushAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportGetFieldMappingsIndexAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ThreadPool threadPool,
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) |
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 |
---|
TransportValidateQueryAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
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) |
TransportShardDeleteAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ActionFilters actionFilters) |
Constructor and Description |
---|
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) |
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 |
---|
TransportMoreLikeThisAction(Settings settings,
ThreadPool threadPool,
TransportSearchAction searchAction,
TransportGetAction getAction,
ClusterService clusterService,
IndicesService indicesService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportSuggestAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
SuggestPhase suggestPhase,
ActionFilters actionFilters) |
Modifier and Type | Field and Description |
---|---|
protected IndicesService |
TransportShardReplicationOperationAction.indicesService |
Constructor and Description |
---|
TransportShardReplicationOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ActionFilters actionFilters) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
NodeIndexDeletedAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
NodeEnvironment nodeEnv,
IndicesService indicesService) |
Constructor and Description |
---|
MetaDataCreateIndexService(Settings settings,
Environment environment,
ThreadPool threadPool,
ClusterService clusterService,
IndicesService indicesService,
AllocationService allocationService,
MetaDataService metaDataService,
Version version,
String riverIndexName,
AliasValidator aliasValidator,
Set<IndexTemplateFilter> indexTemplateFilters,
NodeEnvironment nodeEnv) |
MetaDataIndexAliasesService(Settings settings,
ClusterService clusterService,
IndicesService indicesService,
AliasValidator aliasValidator) |
MetaDataMappingService(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
IndicesService indicesService) |
Constructor and Description |
---|
LocalGatewayMetaState(Settings settings,
ThreadPool threadPool,
NodeEnvironment nodeEnv,
TransportNodesListGatewayMetaState nodesListGatewayMetaState,
LocalAllocateDangledIndices allocateDangledIndices,
IndicesService indicesService,
ClusterService clusterService) |
Constructor and Description |
---|
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 |
---|
BlobStoreIndexShardRepository(Settings settings,
RepositoryName repositoryName,
IndicesService indicesService,
ClusterService clusterService) |
Constructor and Description |
---|
IndicesWarmer(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
IndicesService indicesService) |
Constructor and Description |
---|
IndicesClusterStateService(Settings settings,
IndicesService indicesService,
ClusterService clusterService,
ThreadPool threadPool,
RecoveryTarget recoveryTarget,
ShardStateAction shardStateAction,
NodeIndexDeletedAction nodeIndexDeletedAction,
NodeMappingRefreshAction nodeMappingRefreshAction) |
Constructor and Description |
---|
IndexingMemoryController(Settings settings,
ThreadPool threadPool,
IndicesService indicesService) |
Constructor and Description |
---|
RecoverySource(Settings settings,
TransportService transportService,
IndicesService indicesService,
RecoverySettings recoverySettings,
MappingUpdatedAction mappingUpdatedAction,
ClusterService clusterService) |
RecoverySourceHandler(IndexShard shard,
StartRecoveryRequest request,
RecoverySettings recoverySettings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
MappingUpdatedAction mappingUpdatedAction,
ESLogger logger) |
SharedFSRecoverySourceHandler(IndexShard shard,
StartRecoveryRequest request,
RecoverySettings recoverySettings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
MappingUpdatedAction mappingUpdatedAction,
ESLogger logger) |
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 |
---|
NodeService(Settings settings,
ThreadPool threadPool,
MonitorService monitorService,
Discovery discovery,
TransportService transportService,
IndicesService indicesService,
PluginsService pluginService,
CircuitBreakerService circuitBreakerService,
Version version) |
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) |
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 |
---|
SnapshotsService(Settings settings,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
IndicesService indicesService,
TransportService transportService) |
Copyright © 2009–2015. All rights reserved.