Uses of Interface
org.elasticsearch.index.store.IndexStore

Packages that use IndexStore
org.elasticsearch.index.service   
org.elasticsearch.index.store   
org.elasticsearch.index.store.fs   
org.elasticsearch.index.store.memory   
org.elasticsearch.index.store.ram   
org.elasticsearch.index.store.support   
 

Uses of IndexStore in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that return IndexStore
 IndexStore IndexService.store()
           
 IndexStore InternalIndexService.store()
           
 

Constructors in org.elasticsearch.index.service with parameters of type IndexStore
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)
           
 

Uses of IndexStore in org.elasticsearch.index.store
 

Methods in org.elasticsearch.index.store that return IndexStore
 IndexStore Store.indexStore()
           
 

Constructors in org.elasticsearch.index.store with parameters of type IndexStore
Store(ShardId shardId, Settings indexSettings, IndexStore indexStore, IndexSettingsService indexSettingsService, DirectoryService directoryService)
           
StoreModule(Settings settings, IndexStore indexStore)
           
 

Uses of IndexStore in org.elasticsearch.index.store.fs
 

Classes in org.elasticsearch.index.store.fs that implement IndexStore
 class FsIndexStore
           
 class MmapFsIndexStore
           
 class NioFsIndexStore
           
 class SimpleFsIndexStore
           
 

Constructors in org.elasticsearch.index.store.fs with parameters of type IndexStore
FsDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore)
           
MmapFsDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore)
           
NioFsDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore)
           
SimpleFsDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore)
           
 

Uses of IndexStore in org.elasticsearch.index.store.memory
 

Classes in org.elasticsearch.index.store.memory that implement IndexStore
 class ByteBufferIndexStore
           
 

Constructors in org.elasticsearch.index.store.memory with parameters of type IndexStore
ByteBufferDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore, ByteBufferCache byteBufferCache)
           
 

Uses of IndexStore in org.elasticsearch.index.store.ram
 

Classes in org.elasticsearch.index.store.ram that implement IndexStore
 class RamIndexStore
           
 

Uses of IndexStore in org.elasticsearch.index.store.support
 

Classes in org.elasticsearch.index.store.support that implement IndexStore
 class AbstractIndexStore
           
 



Copyright © 2009-2012. All Rights Reserved.