Uses of Class
org.elasticsearch.index.store.Store

Packages that use Store
org.elasticsearch.index.engine.robin   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.fs   
org.elasticsearch.index.merge.policy   
org.elasticsearch.index.shard   
org.elasticsearch.index.shard.service   
org.elasticsearch.index.store   
 

Uses of Store in org.elasticsearch.index.engine.robin
 

Constructors in org.elasticsearch.index.engine.robin with parameters of type Store
RobinEngine(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexSettingsService indexSettingsService, ShardIndexingService indexingService, IndicesWarmer warmer, Store store, SnapshotDeletionPolicy deletionPolicy, Translog translog, MergePolicyProvider mergePolicyProvider, MergeSchedulerProvider mergeScheduler, AnalysisService analysisService, SimilarityService similarityService, BloomCache bloomCache)
           
 

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

Fields in org.elasticsearch.index.gateway.blobstore declared as Store
protected  Store BlobStoreIndexShardGateway.store
           
 

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

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

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

Uses of Store in org.elasticsearch.index.merge.policy
 

Constructors in org.elasticsearch.index.merge.policy with parameters of type Store
LogByteSizeMergePolicyProvider(Store store, IndexSettingsService indexSettingsService)
           
LogDocMergePolicyProvider(Store store, IndexSettingsService indexSettingsService)
           
TieredMergePolicyProvider(Store store, IndexSettingsService indexSettingsService)
           
 

Uses of Store in org.elasticsearch.index.shard
 

Constructors in org.elasticsearch.index.shard with parameters of type Store
IndexShardManagement(ShardId shardId, Settings indexSettings, JmxService jmxService, IndexShard indexShard, Store store, Translog translog)
           
 

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

Methods in org.elasticsearch.index.shard.service that return Store
 Store InternalIndexShard.store()
           
 

Constructors in org.elasticsearch.index.shard.service with parameters of type Store
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 Store in org.elasticsearch.index.store
 

Constructors in org.elasticsearch.index.store with parameters of type Store
StoreManagement(Store store)
           
 



Copyright © 2009-2012. All Rights Reserved.