Uses of Interface
org.elasticsearch.index.service.IndexService

Packages that use IndexService
org.elasticsearch.index   
org.elasticsearch.index.service   
org.elasticsearch.index.store.fs   
org.elasticsearch.index.store.memory   
org.elasticsearch.index.store.ram   
org.elasticsearch.index.store.support   
org.elasticsearch.indices   
org.elasticsearch.search.internal   
 

Uses of IndexService in org.elasticsearch.index
 

Constructors in org.elasticsearch.index with parameters of type IndexService
IndexServiceManagement(Index index, Settings indexSettings, JmxService jmxService, IndexService indexService)
           
 

Uses of IndexService in org.elasticsearch.index.service
 

Classes in org.elasticsearch.index.service that implement IndexService
 class InternalIndexService
           
 

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

Constructors in org.elasticsearch.index.store.fs with parameters of type IndexService
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 IndexService in org.elasticsearch.index.store.memory
 

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

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

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

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

Fields in org.elasticsearch.index.store.support declared as IndexService
protected  IndexService AbstractIndexStore.indexService
           
 

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

Uses of IndexService in org.elasticsearch.indices
 

Methods in org.elasticsearch.indices that return IndexService
 IndexService InternalIndicesService.createIndex(String sIndexName, Settings settings, String localNodeId)
           
 IndexService IndicesService.createIndex(String index, Settings settings, String localNodeId)
           
 IndexService InternalIndicesService.indexService(String index)
           
 IndexService IndicesService.indexService(String index)
           
 IndexService InternalIndicesService.indexServiceSafe(String index)
           
 IndexService IndicesService.indexServiceSafe(String index)
           
 

Methods in org.elasticsearch.indices that return types with arguments of type IndexService
 com.google.common.collect.UnmodifiableIterator<IndexService> InternalIndicesService.iterator()
           
 

Methods in org.elasticsearch.indices with parameters of type IndexService
 void IndicesLifecycle.Listener.afterIndexCreated(IndexService indexService)
          Called after the index has been created.
 void InternalIndicesLifecycle.afterIndexCreated(IndexService indexService)
           
 void IndicesLifecycle.Listener.beforeIndexClosed(IndexService indexService, boolean delete)
          Called before the index get closed.
 void InternalIndicesLifecycle.beforeIndexClosed(IndexService indexService, boolean delete)
           
 

Uses of IndexService in org.elasticsearch.search.internal
 

Constructors in org.elasticsearch.search.internal with parameters of type IndexService
SearchContext(long id, InternalSearchRequest request, SearchShardTarget shardTarget, Engine.Searcher engineSearcher, IndexService indexService, IndexShard indexShard, ScriptService scriptService)
           
 



Copyright © 2009-2012. All Rights Reserved.