Uses of Interface
org.elasticsearch.indices.IndicesService

Packages that use IndicesService
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.admin.indices.cache.clear   
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.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.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
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.support.replication   
org.elasticsearch.action.update   
org.elasticsearch.cluster.metadata   
org.elasticsearch.index.percolator   
org.elasticsearch.indices   
org.elasticsearch.indices.cluster   
org.elasticsearch.indices.memory   
org.elasticsearch.indices.recovery   
org.elasticsearch.indices.store   
org.elasticsearch.indices.ttl   
org.elasticsearch.indices.warmer   
org.elasticsearch.node.service   
org.elasticsearch.search   
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of IndicesService in org.elasticsearch.action.bulk
 

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

Uses of IndicesService in org.elasticsearch.action.count
 

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

Uses of IndicesService in org.elasticsearch.action.delete
 

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

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

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

Uses of IndicesService in org.elasticsearch.action.deletebyquery
 

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

Uses of IndicesService in org.elasticsearch.action.explain
 

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

Uses of IndicesService in org.elasticsearch.action.get
 

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

Uses of IndicesService in org.elasticsearch.action.index
 

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

Uses of IndicesService in org.elasticsearch.action.mlt
 

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

Uses of IndicesService in org.elasticsearch.action.percolate
 

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

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

Fields in org.elasticsearch.action.support.replication declared as IndicesService
protected  IndicesService TransportShardReplicationOperationAction.indicesService
           
 

Constructors in org.elasticsearch.action.support.replication with parameters of type IndicesService
TransportShardReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of IndicesService in org.elasticsearch.action.update
 

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

Uses of IndicesService in org.elasticsearch.cluster.metadata
 

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

Uses of IndicesService in org.elasticsearch.index.percolator
 

Methods in org.elasticsearch.index.percolator with parameters of type IndicesService
 void PercolatorExecutor.setIndicesService(IndicesService indicesService)
           
 

Constructors in org.elasticsearch.index.percolator with parameters of type IndicesService
PercolatorService(Index index, Settings indexSettings, IndicesService indicesService, PercolatorExecutor percolator)
           
 

Uses of IndicesService in org.elasticsearch.indices
 

Classes in org.elasticsearch.indices that implement IndicesService
 class InternalIndicesService
           
 

Uses of IndicesService in org.elasticsearch.indices.cluster
 

Constructors in org.elasticsearch.indices.cluster with parameters of type IndicesService
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 IndicesService in org.elasticsearch.indices.memory
 

Constructors in org.elasticsearch.indices.memory with parameters of type IndicesService
IndexingMemoryController(Settings settings, ThreadPool threadPool, IndicesService indicesService)
           
 

Uses of IndicesService in org.elasticsearch.indices.recovery
 

Constructors in org.elasticsearch.indices.recovery with parameters of type IndicesService
RecoverySource(Settings settings, TransportService transportService, IndicesService indicesService, RecoverySettings recoverySettings)
           
RecoveryTarget(Settings settings, ThreadPool threadPool, TransportService transportService, IndicesService indicesService, IndicesLifecycle indicesLifecycle, RecoverySettings recoverySettings)
           
 

Uses of IndicesService in org.elasticsearch.indices.store
 

Constructors in org.elasticsearch.indices.store with parameters of type IndicesService
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 IndicesService in org.elasticsearch.indices.ttl
 

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

Uses of IndicesService in org.elasticsearch.indices.warmer
 

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

Uses of IndicesService in org.elasticsearch.node.service
 

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

Uses of IndicesService in org.elasticsearch.search
 

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



Copyright © 2009-2012. All Rights Reserved.