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

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

Uses of IndexShardGateway in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway that return types with arguments of type IndexShardGateway
 Class<? extends IndexShardGateway> IndexGateway.shardGatewayClass()
           
 

Constructors in org.elasticsearch.index.gateway with parameters of type IndexShardGateway
IndexShardGatewayService(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, ThreadPool threadPool, IndexShard indexShard, IndexShardGateway shardGateway)
           
 

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

Classes in org.elasticsearch.index.gateway.blobstore that implement IndexShardGateway
 class BlobStoreIndexShardGateway
           
 

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

Classes in org.elasticsearch.index.gateway.fs that implement IndexShardGateway
 class FsIndexShardGateway
           
 

Methods in org.elasticsearch.index.gateway.fs that return types with arguments of type IndexShardGateway
 Class<? extends IndexShardGateway> FsIndexGateway.shardGatewayClass()
           
 

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

Classes in org.elasticsearch.index.gateway.local that implement IndexShardGateway
 class LocalIndexShardGateway
           
 

Methods in org.elasticsearch.index.gateway.local that return types with arguments of type IndexShardGateway
 Class<? extends IndexShardGateway> LocalIndexGateway.shardGatewayClass()
           
 

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

Classes in org.elasticsearch.index.gateway.none that implement IndexShardGateway
 class NoneIndexShardGateway
           
 

Methods in org.elasticsearch.index.gateway.none that return types with arguments of type IndexShardGateway
 Class<? extends IndexShardGateway> NoneIndexGateway.shardGatewayClass()
           
 



Copyright © 2009-2012. All Rights Reserved.