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

Packages that use DirectoryService
org.elasticsearch.index.store   
org.elasticsearch.index.store.fs   
org.elasticsearch.index.store.memory   
org.elasticsearch.index.store.ram   
 

Uses of DirectoryService in org.elasticsearch.index.store
 

Methods in org.elasticsearch.index.store that return types with arguments of type DirectoryService
 Class<? extends DirectoryService> IndexStore.shardDirectory()
          The shard store class that should be used for each shard.
 

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

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

Classes in org.elasticsearch.index.store.fs that implement DirectoryService
 class FsDirectoryService
           
 class MmapFsDirectoryService
           
 class NioFsDirectoryService
           
 class SimpleFsDirectoryService
           
 

Methods in org.elasticsearch.index.store.fs that return types with arguments of type DirectoryService
 Class<? extends DirectoryService> SimpleFsIndexStore.shardDirectory()
           
 Class<? extends DirectoryService> NioFsIndexStore.shardDirectory()
           
 Class<? extends DirectoryService> MmapFsIndexStore.shardDirectory()
           
 

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

Classes in org.elasticsearch.index.store.memory that implement DirectoryService
 class ByteBufferDirectoryService
           
 

Methods in org.elasticsearch.index.store.memory that return types with arguments of type DirectoryService
 Class<? extends DirectoryService> ByteBufferIndexStore.shardDirectory()
           
 

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

Classes in org.elasticsearch.index.store.ram that implement DirectoryService
 class RamDirectoryService
           
 

Methods in org.elasticsearch.index.store.ram that return types with arguments of type DirectoryService
 Class<? extends DirectoryService> RamIndexStore.shardDirectory()
           
 



Copyright © 2009-2012. All Rights Reserved.