Package org.elasticsearch.index.store
Class DirectoryService
- java.lang.Object
-
- org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- org.elasticsearch.index.store.DirectoryService
-
- All Implemented Interfaces:
IndexShardComponent
public abstract class DirectoryService extends AbstractIndexShardComponent
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
indexSettings, logger, shardId
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDirectoryService(ShardId shardId, IndexSettings indexSettings)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DirectorynewDirectory()-
Methods inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
indexSettings, shardId
-
-
-
-
Constructor Detail
-
DirectoryService
protected DirectoryService(ShardId shardId, IndexSettings indexSettings)
-
-
Method Detail
-
newDirectory
public abstract Directory newDirectory() throws IOException
- Throws:
IOException
-
-