Uses of Interface
org.elasticsearch.indices.IndicesLifecycle

Packages that use IndicesLifecycle
org.elasticsearch.index.shard.service   
org.elasticsearch.indices   
org.elasticsearch.indices.recovery   
org.elasticsearch.search   
 

Uses of IndicesLifecycle in org.elasticsearch.index.shard.service
 

Constructors in org.elasticsearch.index.shard.service with parameters of type IndicesLifecycle
InternalIndexShard(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, IndicesLifecycle indicesLifecycle, Store store, Engine engine, MergeSchedulerProvider mergeScheduler, Translog translog, ThreadPool threadPool, MapperService mapperService, IndexQueryParserService queryParserService, IndexCache indexCache, IndexAliasesService indexAliasesService, ShardIndexingService indexingService, ShardGetService getService, ShardSearchService searchService, ShardIndexWarmerService shardWarmerService)
           
 

Uses of IndicesLifecycle in org.elasticsearch.indices
 

Classes in org.elasticsearch.indices that implement IndicesLifecycle
 class InternalIndicesLifecycle
           
 

Methods in org.elasticsearch.indices that return IndicesLifecycle
 IndicesLifecycle InternalIndicesService.indicesLifecycle()
           
 IndicesLifecycle IndicesService.indicesLifecycle()
           
 

Constructors in org.elasticsearch.indices with parameters of type IndicesLifecycle
InternalIndicesService(Settings settings, NodeEnvironment nodeEnv, ThreadPool threadPool, IndicesLifecycle indicesLifecycle, IndicesAnalysisService indicesAnalysisService, IndicesStore indicesStore, Injector injector)
           
 

Uses of IndicesLifecycle in org.elasticsearch.indices.recovery
 

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

Uses of IndicesLifecycle in org.elasticsearch.search
 

Constructors in org.elasticsearch.search with parameters of type IndicesLifecycle
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.