Uses of Interface
org.elasticsearch.index.gateway.IndexGateway

Packages that use IndexGateway
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.fs   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
org.elasticsearch.index.service   
 

Uses of IndexGateway in org.elasticsearch.index.gateway
 

Constructors in org.elasticsearch.index.gateway with parameters of type IndexGateway
IndexShardGatewayModule(IndexGateway indexGateway)
           
 

Uses of IndexGateway in org.elasticsearch.index.gateway.blobstore
 

Classes in org.elasticsearch.index.gateway.blobstore that implement IndexGateway
 class BlobStoreIndexGateway
           
 

Constructors in org.elasticsearch.index.gateway.blobstore with parameters of type IndexGateway
BlobStoreIndexShardGateway(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexGateway indexGateway, IndexShard indexShard, Store store)
           
 

Uses of IndexGateway in org.elasticsearch.index.gateway.fs
 

Classes in org.elasticsearch.index.gateway.fs that implement IndexGateway
 class FsIndexGateway
           
 

Constructors in org.elasticsearch.index.gateway.fs with parameters of type IndexGateway
FsIndexShardGateway(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexGateway fsIndexGateway, IndexShard indexShard, Store store)
           
 

Uses of IndexGateway in org.elasticsearch.index.gateway.local
 

Classes in org.elasticsearch.index.gateway.local that implement IndexGateway
 class LocalIndexGateway
           
 

Uses of IndexGateway in org.elasticsearch.index.gateway.none
 

Classes in org.elasticsearch.index.gateway.none that implement IndexGateway
 class NoneIndexGateway
           
 

Uses of IndexGateway in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that return IndexGateway
 IndexGateway IndexService.gateway()
           
 IndexGateway InternalIndexService.gateway()
           
 

Constructors in org.elasticsearch.index.service with parameters of type IndexGateway
InternalIndexService(Injector injector, Index index, Settings indexSettings, NodeEnvironment nodeEnv, ThreadPool threadPool, PercolatorService percolatorService, AnalysisService analysisService, MapperService mapperService, IndexQueryParserService queryParserService, SimilarityService similarityService, IndexAliasesService aliasesService, IndexCache indexCache, IndexEngine indexEngine, IndexGateway indexGateway, IndexStore indexStore, IndexSettingsService settingsService)
           
 



Copyright © 2009-2012. All Rights Reserved.