Uses of Interface
org.elasticsearch.index.CloseableIndexComponent

Packages that use CloseableIndexComponent
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.fs   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
org.elasticsearch.index.merge.policy   
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.plugins   
 

Uses of CloseableIndexComponent in org.elasticsearch.index.gateway
 

Subinterfaces of CloseableIndexComponent in org.elasticsearch.index.gateway
 interface IndexGateway
           
 interface IndexShardGateway
           
 

Classes in org.elasticsearch.index.gateway that implement CloseableIndexComponent
 class IndexShardGatewayService
           
 

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

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

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

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

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

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

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

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

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

Subinterfaces of CloseableIndexComponent in org.elasticsearch.index.merge.policy
 interface MergePolicyProvider<T extends MergePolicy>
           
 

Classes in org.elasticsearch.index.merge.policy that implement CloseableIndexComponent
 class LogByteSizeMergePolicyProvider
           
 class LogDocMergePolicyProvider
           
 class TieredMergePolicyProvider
           
 

Uses of CloseableIndexComponent in org.elasticsearch.index.store
 

Subinterfaces of CloseableIndexComponent in org.elasticsearch.index.store
 interface IndexStore
          Index store is an index level information of the Store each shard will use.
 

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

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

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

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

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

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

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

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

Uses of CloseableIndexComponent in org.elasticsearch.plugins
 

Methods in org.elasticsearch.plugins that return types with arguments of type CloseableIndexComponent
 Collection<Class<? extends CloseableIndexComponent>> Plugin.indexServices()
          Per index services that will be automatically closed.
 Collection<Class<? extends CloseableIndexComponent>> PluginsService.indexServices()
           
 Collection<Class<? extends CloseableIndexComponent>> AbstractPlugin.indexServices()
          Defaults to return an empty list.
 Collection<Class<? extends CloseableIndexComponent>> Plugin.shardServices()
          Per index shard service that will be automatically closed.
 Collection<Class<? extends CloseableIndexComponent>> PluginsService.shardServices()
           
 Collection<Class<? extends CloseableIndexComponent>> AbstractPlugin.shardServices()
          Defaults to return an empty list.
 



Copyright © 2009-2012. All Rights Reserved.