Uses of Class
org.elasticsearch.indices.store.IndicesStore

Packages that use IndicesStore
org.elasticsearch.index.store   
org.elasticsearch.index.store.fs   
org.elasticsearch.index.store.memory   
org.elasticsearch.index.store.ram   
org.elasticsearch.index.store.support   
org.elasticsearch.indices   
 

Uses of IndicesStore in org.elasticsearch.index.store
 

Methods in org.elasticsearch.index.store that return IndicesStore
 IndicesStore IndexStore.indicesStore()
           
 

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

Constructors in org.elasticsearch.index.store.fs with parameters of type IndicesStore
FsIndexStore(Index index, Settings indexSettings, IndexService indexService, IndicesStore indicesStore, NodeEnvironment nodeEnv)
           
MmapFsIndexStore(Index index, Settings indexSettings, IndexService indexService, IndicesStore indicesStore, NodeEnvironment nodeEnv)
           
NioFsIndexStore(Index index, Settings indexSettings, IndexService indexService, IndicesStore indicesStore, NodeEnvironment nodeEnv)
           
SimpleFsIndexStore(Index index, Settings indexSettings, IndexService indexService, IndicesStore indicesStore, NodeEnvironment nodeEnv)
           
 

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

Constructors in org.elasticsearch.index.store.memory with parameters of type IndicesStore
ByteBufferIndexStore(Index index, Settings indexSettings, IndexService indexService, ByteBufferCache byteBufferCache, IndicesStore indicesStore)
           
 

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

Constructors in org.elasticsearch.index.store.ram with parameters of type IndicesStore
RamIndexStore(Index index, Settings indexSettings, IndexService indexService, IndicesStore indicesStore)
           
 

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

Fields in org.elasticsearch.index.store.support declared as IndicesStore
protected  IndicesStore AbstractIndexStore.indicesStore
           
 

Methods in org.elasticsearch.index.store.support that return IndicesStore
 IndicesStore AbstractIndexStore.indicesStore()
           
 

Constructors in org.elasticsearch.index.store.support with parameters of type IndicesStore
AbstractIndexStore(Index index, Settings indexSettings, IndexService indexService, IndicesStore indicesStore)
           
 

Uses of IndicesStore in org.elasticsearch.indices
 

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



Copyright © 2009-2012. All Rights Reserved.