Uses of Interface
org.elasticsearch.cluster.ClusterService

Packages that use ClusterService
org.elasticsearch.action.admin.cluster.health   
org.elasticsearch.action.admin.cluster.node.hotthreads   
org.elasticsearch.action.admin.cluster.node.info   
org.elasticsearch.action.admin.cluster.node.restart   
org.elasticsearch.action.admin.cluster.node.shutdown   
org.elasticsearch.action.admin.cluster.node.stats   
org.elasticsearch.action.admin.cluster.reroute   
org.elasticsearch.action.admin.cluster.settings   
org.elasticsearch.action.admin.cluster.state   
org.elasticsearch.action.admin.indices.alias   
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.close   
org.elasticsearch.action.admin.indices.create Create index action. 
org.elasticsearch.action.admin.indices.delete Delete index action. 
org.elasticsearch.action.admin.indices.exists   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.action.admin.indices.mapping.put Put Mapping Action. 
org.elasticsearch.action.admin.indices.open   
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.action.admin.indices.settings   
org.elasticsearch.action.admin.indices.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.template.delete   
org.elasticsearch.action.admin.indices.template.put   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.admin.indices.warmer.delete   
org.elasticsearch.action.admin.indices.warmer.put   
org.elasticsearch.action.bulk   
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.get Get action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.percolate   
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.search.type   
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.master   
org.elasticsearch.action.support.nodes   
org.elasticsearch.action.support.replication   
org.elasticsearch.action.support.single.custom   
org.elasticsearch.action.support.single.instance   
org.elasticsearch.action.support.single.shard   
org.elasticsearch.action.update   
org.elasticsearch.cache   
org.elasticsearch.cluster.action.index   
org.elasticsearch.cluster.action.shard   
org.elasticsearch.cluster.metadata   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.service   
org.elasticsearch.discovery.local   
org.elasticsearch.discovery.zen   
org.elasticsearch.gateway   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.gateway.fs   
org.elasticsearch.gateway.local   
org.elasticsearch.gateway.local.state.meta   
org.elasticsearch.gateway.local.state.shards   
org.elasticsearch.gateway.shared   
org.elasticsearch.index.cache   
org.elasticsearch.index.query   
org.elasticsearch.indices.cluster   
org.elasticsearch.indices.query   
org.elasticsearch.indices.store   
org.elasticsearch.indices.ttl   
org.elasticsearch.indices.warmer   
org.elasticsearch.jmx   
org.elasticsearch.jmx.action   
org.elasticsearch.monitor.dump   
org.elasticsearch.monitor.dump.cluster   
org.elasticsearch.node.service   
org.elasticsearch.node.settings   
org.elasticsearch.river   
org.elasticsearch.river.cluster   
org.elasticsearch.river.routing   
org.elasticsearch.search   
org.elasticsearch.search.action   
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.health
 

Constructors in org.elasticsearch.action.admin.cluster.health with parameters of type ClusterService
TransportClusterHealthAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ClusterName clusterName)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.node.hotthreads
 

Constructors in org.elasticsearch.action.admin.cluster.node.hotthreads with parameters of type ClusterService
TransportNodesHotThreadsAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.node.info
 

Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type ClusterService
TransportNodesInfoAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.node.restart
 

Constructors in org.elasticsearch.action.admin.cluster.node.restart with parameters of type ClusterService
TransportNodesRestartAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, Node node)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.node.shutdown
 

Constructors in org.elasticsearch.action.admin.cluster.node.shutdown with parameters of type ClusterService
TransportNodesShutdownAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, Node node, ClusterName clusterName)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.node.stats
 

Constructors in org.elasticsearch.action.admin.cluster.node.stats with parameters of type ClusterService
TransportNodesStatsAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.reroute
 

Constructors in org.elasticsearch.action.admin.cluster.reroute with parameters of type ClusterService
TransportClusterRerouteAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.settings
 

Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type ClusterService
TransportClusterUpdateSettingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.cluster.state
 

Constructors in org.elasticsearch.action.admin.cluster.state with parameters of type ClusterService
TransportClusterStateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ClusterName clusterName)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.alias
 

Constructors in org.elasticsearch.action.admin.indices.alias with parameters of type ClusterService
TransportIndicesAliasesAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexAliasesService indexAliasesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.analyze
 

Constructors in org.elasticsearch.action.admin.indices.analyze with parameters of type ClusterService
TransportAnalyzeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, IndicesAnalysisService indicesAnalysisService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.cache.clear
 

Constructors in org.elasticsearch.action.admin.indices.cache.clear with parameters of type ClusterService
TransportClearIndicesCacheAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.close
 

Constructors in org.elasticsearch.action.admin.indices.close with parameters of type ClusterService
TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataStateIndexService stateIndexService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.create
 

Constructors in org.elasticsearch.action.admin.indices.create with parameters of type ClusterService
TransportCreateIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataCreateIndexService createIndexService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.delete
 

Constructors in org.elasticsearch.action.admin.indices.delete with parameters of type ClusterService
TransportDeleteIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataDeleteIndexService deleteIndexService, TransportDeleteMappingAction deleteMappingAction)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.exists
 

Constructors in org.elasticsearch.action.admin.indices.exists with parameters of type ClusterService
TransportIndicesExistsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.flush
 

Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type ClusterService
TransportFlushAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Constructors in org.elasticsearch.action.admin.indices.gateway.snapshot with parameters of type ClusterService
TransportGatewaySnapshotAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.mapping.delete
 

Constructors in org.elasticsearch.action.admin.indices.mapping.delete with parameters of type ClusterService
TransportDeleteMappingAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService, TransportDeleteByQueryAction deleteByQueryAction, TransportRefreshAction refreshAction, TransportFlushAction flushAction)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.mapping.put
 

Constructors in org.elasticsearch.action.admin.indices.mapping.put with parameters of type ClusterService
TransportPutMappingAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.open
 

Constructors in org.elasticsearch.action.admin.indices.open with parameters of type ClusterService
TransportOpenIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataStateIndexService stateIndexService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.optimize
 

Constructors in org.elasticsearch.action.admin.indices.optimize with parameters of type ClusterService
TransportOptimizeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.refresh
 

Constructors in org.elasticsearch.action.admin.indices.refresh with parameters of type ClusterService
TransportRefreshAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.segments
 

Constructors in org.elasticsearch.action.admin.indices.segments with parameters of type ClusterService
TransportIndicesSegmentsAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.settings
 

Constructors in org.elasticsearch.action.admin.indices.settings with parameters of type ClusterService
TransportUpdateSettingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataUpdateSettingsService updateSettingsService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.stats
 

Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type ClusterService
TransportIndicesStatsAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.status
 

Constructors in org.elasticsearch.action.admin.indices.status with parameters of type ClusterService
TransportIndicesStatusAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, RecoveryTarget peerRecoveryTarget)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.template.delete
 

Constructors in org.elasticsearch.action.admin.indices.template.delete with parameters of type ClusterService
TransportDeleteIndexTemplateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.template.put
 

Constructors in org.elasticsearch.action.admin.indices.template.put with parameters of type ClusterService
TransportPutIndexTemplateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.validate.query
 

Constructors in org.elasticsearch.action.admin.indices.validate.query with parameters of type ClusterService
TransportValidateQueryAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.warmer.delete
 

Constructors in org.elasticsearch.action.admin.indices.warmer.delete with parameters of type ClusterService
TransportDeleteWarmerAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool)
           
 

Uses of ClusterService in org.elasticsearch.action.admin.indices.warmer.put
 

Constructors in org.elasticsearch.action.admin.indices.warmer.put with parameters of type ClusterService
TransportPutWarmerAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportSearchAction searchAction)
           
 

Uses of ClusterService in org.elasticsearch.action.bulk
 

Constructors in org.elasticsearch.action.bulk with parameters of type ClusterService
TransportBulkAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportShardBulkAction shardBulkAction, TransportCreateIndexAction createIndexAction)
           
TransportShardBulkAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, MappingUpdatedAction mappingUpdatedAction)
           
 

Uses of ClusterService in org.elasticsearch.action.count
 

Constructors in org.elasticsearch.action.count with parameters of type ClusterService
TransportCountAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of ClusterService in org.elasticsearch.action.delete
 

Constructors in org.elasticsearch.action.delete with parameters of type ClusterService
TransportDeleteAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, TransportCreateIndexAction createIndexAction, TransportIndexDeleteAction indexDeleteAction)
           
 

Uses of ClusterService in org.elasticsearch.action.delete.index
 

Constructors in org.elasticsearch.action.delete.index with parameters of type ClusterService
TransportIndexDeleteAction(Settings settings, ClusterService clusterService, TransportService transportService, ThreadPool threadPool, TransportShardDeleteAction deleteAction)
           
TransportShardDeleteAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of ClusterService in org.elasticsearch.action.deletebyquery
 

Constructors in org.elasticsearch.action.deletebyquery with parameters of type ClusterService
TransportDeleteByQueryAction(Settings settings, ClusterService clusterService, TransportService transportService, ThreadPool threadPool, TransportIndexDeleteByQueryAction indexDeleteByQueryAction)
           
TransportIndexDeleteByQueryAction(Settings settings, ClusterService clusterService, TransportService transportService, ThreadPool threadPool, TransportShardDeleteByQueryAction shardDeleteByQueryAction)
           
TransportShardDeleteByQueryAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of ClusterService in org.elasticsearch.action.explain
 

Constructors in org.elasticsearch.action.explain with parameters of type ClusterService
TransportExplainAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of ClusterService in org.elasticsearch.action.get
 

Constructors in org.elasticsearch.action.get with parameters of type ClusterService
TransportGetAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool)
           
TransportMultiGetAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportShardMultiGetAction shardAction)
           
TransportShardMultiGetAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool)
           
 

Uses of ClusterService in org.elasticsearch.action.index
 

Constructors in org.elasticsearch.action.index with parameters of type ClusterService
TransportIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, TransportCreateIndexAction createIndexAction, MappingUpdatedAction mappingUpdatedAction)
           
 

Uses of ClusterService in org.elasticsearch.action.mlt
 

Constructors in org.elasticsearch.action.mlt with parameters of type ClusterService
TransportMoreLikeThisAction(Settings settings, ThreadPool threadPool, TransportSearchAction searchAction, TransportGetAction getAction, ClusterService clusterService, IndicesService indicesService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.percolate
 

Constructors in org.elasticsearch.action.percolate with parameters of type ClusterService
TransportPercolateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.action.search
 

Constructors in org.elasticsearch.action.search with parameters of type ClusterService
TransportMultiSearchAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportSearchAction searchAction)
           
TransportSearchAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportSearchDfsQueryThenFetchAction dfsQueryThenFetchAction, TransportSearchQueryThenFetchAction queryThenFetchAction, TransportSearchDfsQueryAndFetchAction dfsQueryAndFetchAction, TransportSearchQueryAndFetchAction queryAndFetchAction, TransportSearchScanAction scanAction, TransportSearchCountAction countAction)
           
 

Uses of ClusterService in org.elasticsearch.action.search.type
 

Fields in org.elasticsearch.action.search.type declared as ClusterService
protected  ClusterService TransportSearchTypeAction.clusterService
           
 

Constructors in org.elasticsearch.action.search.type with parameters of type ClusterService
TransportSearchCountAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache transportSearchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchDfsQueryAndFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache transportSearchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchDfsQueryThenFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache transportSearchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchQueryAndFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache transportSearchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchQueryThenFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache transportSearchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchScanAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache transportSearchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchScrollQueryAndFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache searchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchScrollQueryThenFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache searchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchScrollScanAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache searchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
TransportSearchTypeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache searchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
 

Uses of ClusterService in org.elasticsearch.action.support.broadcast
 

Fields in org.elasticsearch.action.support.broadcast declared as ClusterService
protected  ClusterService TransportBroadcastOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.broadcast with parameters of type ClusterService
TransportBroadcastOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.support.master
 

Fields in org.elasticsearch.action.support.master declared as ClusterService
protected  ClusterService TransportMasterNodeOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.master with parameters of type ClusterService
TransportMasterNodeOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool)
           
 

Uses of ClusterService in org.elasticsearch.action.support.nodes
 

Fields in org.elasticsearch.action.support.nodes declared as ClusterService
protected  ClusterService TransportNodesOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.nodes with parameters of type ClusterService
TransportNodesOperationAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.support.replication
 

Fields in org.elasticsearch.action.support.replication declared as ClusterService
protected  ClusterService TransportIndicesReplicationOperationAction.clusterService
           
protected  ClusterService TransportIndexReplicationOperationAction.clusterService
           
protected  ClusterService TransportShardReplicationOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.replication with parameters of type ClusterService
TransportIndexReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> shardAction)
           
TransportIndicesReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> indexAction)
           
TransportShardReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of ClusterService in org.elasticsearch.action.support.single.custom
 

Fields in org.elasticsearch.action.support.single.custom declared as ClusterService
protected  ClusterService TransportSingleCustomOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.single.custom with parameters of type ClusterService
TransportSingleCustomOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.support.single.instance
 

Fields in org.elasticsearch.action.support.single.instance declared as ClusterService
protected  ClusterService TransportInstanceSingleOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.single.instance with parameters of type ClusterService
TransportInstanceSingleOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.support.single.shard
 

Fields in org.elasticsearch.action.support.single.shard declared as ClusterService
protected  ClusterService TransportShardSingleOperationAction.clusterService
           
 

Constructors in org.elasticsearch.action.support.single.shard with parameters of type ClusterService
TransportShardSingleOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.action.update
 

Constructors in org.elasticsearch.action.update with parameters of type ClusterService
TransportUpdateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, TransportIndexAction indexAction, TransportDeleteAction deleteAction, ScriptService scriptService)
           
 

Uses of ClusterService in org.elasticsearch.cache
 

Constructors in org.elasticsearch.cache with parameters of type ClusterService
NodeCache(Settings settings, ByteBufferCache byteBufferCache, ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.cluster.action.index
 

Constructors in org.elasticsearch.cluster.action.index with parameters of type ClusterService
MappingUpdatedAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService)
           
NodeAliasesUpdatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeIndexCreatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeIndexDeletedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeMappingCreatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeMappingRefreshAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, MetaDataMappingService metaDataMappingService)
           
 

Uses of ClusterService in org.elasticsearch.cluster.action.shard
 

Constructors in org.elasticsearch.cluster.action.shard with parameters of type ClusterService
ShardStateAction(Settings settings, ClusterService clusterService, TransportService transportService, AllocationService allocationService, ThreadPool threadPool)
           
 

Uses of ClusterService in org.elasticsearch.cluster.metadata
 

Constructors in org.elasticsearch.cluster.metadata with parameters of type ClusterService
MetaDataCreateIndexService(Settings settings, Environment environment, ThreadPool threadPool, ClusterService clusterService, IndicesService indicesService, AllocationService allocationService, NodeIndexCreatedAction nodeIndexCreatedAction, MetaDataService metaDataService, String riverIndexName)
           
MetaDataDeleteIndexService(Settings settings, ThreadPool threadPool, ClusterService clusterService, AllocationService allocationService, NodeIndexDeletedAction nodeIndexDeletedAction, MetaDataService metaDataService)
           
MetaDataIndexAliasesService(Settings settings, ClusterService clusterService, IndicesService indicesService, NodeAliasesUpdatedAction aliasOperationPerformedAction)
           
MetaDataIndexTemplateService(Settings settings, ClusterService clusterService)
           
MetaDataMappingService(Settings settings, ClusterService clusterService, IndicesService indicesService, NodeMappingCreatedAction mappingCreatedAction)
           
MetaDataStateIndexService(Settings settings, ClusterService clusterService, AllocationService allocationService)
           
MetaDataUpdateSettingsService(Settings settings, ClusterService clusterService, AllocationService allocationService)
           
 

Uses of ClusterService in org.elasticsearch.cluster.routing
 

Constructors in org.elasticsearch.cluster.routing with parameters of type ClusterService
RoutingService(Settings settings, ThreadPool threadPool, ClusterService clusterService, AllocationService allocationService)
           
 

Uses of ClusterService in org.elasticsearch.cluster.service
 

Classes in org.elasticsearch.cluster.service that implement ClusterService
 class InternalClusterService
           
 

Uses of ClusterService in org.elasticsearch.discovery.local
 

Constructors in org.elasticsearch.discovery.local with parameters of type ClusterService
LocalDiscovery(Settings settings, ClusterName clusterName, TransportService transportService, ClusterService clusterService, DiscoveryNodeService discoveryNodeService)
           
 

Uses of ClusterService in org.elasticsearch.discovery.zen
 

Constructors in org.elasticsearch.discovery.zen with parameters of type ClusterService
ZenDiscovery(Settings settings, ClusterName clusterName, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, NodeSettingsService nodeSettingsService, DiscoveryNodeService discoveryNodeService, ZenPingService pingService)
           
 

Uses of ClusterService in org.elasticsearch.gateway
 

Constructors in org.elasticsearch.gateway with parameters of type ClusterService
GatewayService(Settings settings, Gateway gateway, AllocationService allocationService, ClusterService clusterService, DiscoveryService discoveryService, ThreadPool threadPool)
           
 

Uses of ClusterService in org.elasticsearch.gateway.blobstore
 

Constructors in org.elasticsearch.gateway.blobstore with parameters of type ClusterService
BlobStoreGateway(Settings settings, ThreadPool threadPool, ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.gateway.fs
 

Constructors in org.elasticsearch.gateway.fs with parameters of type ClusterService
FsGateway(Settings settings, ThreadPool threadPool, ClusterService clusterService, Environment environment, ClusterName clusterName)
           
 

Uses of ClusterService in org.elasticsearch.gateway.local
 

Constructors in org.elasticsearch.gateway.local with parameters of type ClusterService
LocalGateway(Settings settings, ClusterService clusterService, NodeEnvironment nodeEnv, LocalGatewayShardsState shardsState, LocalGatewayMetaState metaState, TransportNodesListGatewayMetaState listGatewayMetaState)
           
 

Uses of ClusterService in org.elasticsearch.gateway.local.state.meta
 

Constructors in org.elasticsearch.gateway.local.state.meta with parameters of type ClusterService
LocalAllocateDangledIndices(Settings settings, TransportService transportService, ClusterService clusterService, AllocationService allocationService)
           
TransportNodesListGatewayMetaState(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.gateway.local.state.shards
 

Constructors in org.elasticsearch.gateway.local.state.shards with parameters of type ClusterService
TransportNodesListGatewayStartedShards(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterService in org.elasticsearch.gateway.shared
 

Constructors in org.elasticsearch.gateway.shared with parameters of type ClusterService
SharedStorageGateway(Settings settings, ThreadPool threadPool, ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.index.cache
 

Methods in org.elasticsearch.index.cache with parameters of type ClusterService
 void IndexCache.setClusterService(ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.index.query
 

Constructors in org.elasticsearch.index.query with parameters of type ClusterService
IndicesFilterParser(ClusterService clusterService)
           
IndicesQueryParser(ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.indices.cluster
 

Constructors in org.elasticsearch.indices.cluster with parameters of type ClusterService
IndicesClusterStateService(Settings settings, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool, RecoveryTarget recoveryTarget, ShardStateAction shardStateAction, NodeIndexCreatedAction nodeIndexCreatedAction, NodeIndexDeletedAction nodeIndexDeletedAction, NodeMappingCreatedAction nodeMappingCreatedAction, NodeMappingRefreshAction nodeMappingRefreshAction, NodeAliasesUpdatedAction nodeAliasesUpdatedAction)
           
 

Uses of ClusterService in org.elasticsearch.indices.query
 

Constructors in org.elasticsearch.indices.query with parameters of type ClusterService
IndicesQueriesRegistry(Settings settings, ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.indices.store
 

Constructors in org.elasticsearch.indices.store with parameters of type ClusterService
IndicesStore(Settings settings, NodeEnvironment nodeEnv, NodeSettingsService nodeSettingsService, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool)
           
TransportNodesListShardStoreMetaData(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, NodeEnvironment nodeEnv)
           
 

Uses of ClusterService in org.elasticsearch.indices.ttl
 

Constructors in org.elasticsearch.indices.ttl with parameters of type ClusterService
IndicesTTLService(Settings settings, ClusterService clusterService, IndicesService indicesService, NodeSettingsService nodeSettingsService, Client client)
           
 

Uses of ClusterService in org.elasticsearch.indices.warmer
 

Constructors in org.elasticsearch.indices.warmer with parameters of type ClusterService
InternalIndicesWarmer(Settings settings, ThreadPool threadPool, ClusterService clusterService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.jmx
 

Constructors in org.elasticsearch.jmx with parameters of type ClusterService
JmxClusterService(Settings settings, ClusterService clusterService, JmxService jmxService, GetJmxServiceUrlAction getJmxServiceUrlAction)
           
 

Uses of ClusterService in org.elasticsearch.jmx.action
 

Constructors in org.elasticsearch.jmx.action with parameters of type ClusterService
GetJmxServiceUrlAction(Settings settings, JmxService jmxService, TransportService transportService, ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.monitor.dump
 

Constructors in org.elasticsearch.monitor.dump with parameters of type ClusterService
DumpMonitorService(Settings settings, Environment environment, ClusterService clusterService, Map<String,DumpContributorFactory> contributors)
           
 

Uses of ClusterService in org.elasticsearch.monitor.dump.cluster
 

Constructors in org.elasticsearch.monitor.dump.cluster with parameters of type ClusterService
ClusterDumpContributor(ClusterService clusterService, String name, Settings settings)
           
 

Uses of ClusterService in org.elasticsearch.node.service
 

Constructors in org.elasticsearch.node.service with parameters of type ClusterService
NodeService(Settings settings, ThreadPool threadPool, MonitorService monitorService, Discovery discovery, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of ClusterService in org.elasticsearch.node.settings
 

Methods in org.elasticsearch.node.settings with parameters of type ClusterService
 void NodeSettingsService.setClusterService(ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.river
 

Constructors in org.elasticsearch.river with parameters of type ClusterService
RiversService(Settings settings, Client client, ThreadPool threadPool, ClusterService clusterService, RiversTypesRegistry typesRegistry, RiverClusterService riverClusterService, Injector injector)
           
 

Uses of ClusterService in org.elasticsearch.river.cluster
 

Constructors in org.elasticsearch.river.cluster with parameters of type ClusterService
PublishRiverClusterStateAction(Settings settings, TransportService transportService, ClusterService clusterService, PublishRiverClusterStateAction.NewClusterStateListener listener)
           
RiverClusterService(Settings settings, TransportService transportService, ClusterService clusterService)
           
 

Uses of ClusterService in org.elasticsearch.river.routing
 

Constructors in org.elasticsearch.river.routing with parameters of type ClusterService
RiversRouter(Settings settings, Client client, ClusterService clusterService, RiverClusterService riverClusterService)
           
 

Uses of ClusterService in org.elasticsearch.search
 

Constructors in org.elasticsearch.search with parameters of type ClusterService
SearchService(Settings settings, ClusterService clusterService, IndicesService indicesService, IndicesLifecycle indicesLifecycle, IndicesWarmer indicesWarmer, ThreadPool threadPool, ScriptService scriptService, DfsPhase dfsPhase, QueryPhase queryPhase, FetchPhase fetchPhase)
           
 

Uses of ClusterService in org.elasticsearch.search.action
 

Constructors in org.elasticsearch.search.action with parameters of type ClusterService
SearchServiceTransportAction(Settings settings, TransportService transportService, ClusterService clusterService, SearchService searchService)
           
 



Copyright © 2009-2012. All Rights Reserved.