public abstract class DirectoryService extends AbstractIndexShardComponent
deprecationLogger, indexSettings, logger, shardId| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryService(ShardId shardId,
Settings indexSettings) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.lucene.store.Directory |
newDirectory() |
abstract long |
throttleTimeInNanos() |
indexSettings, nodeName, shardIdpublic abstract long throttleTimeInNanos()
public abstract org.apache.lucene.store.Directory newDirectory()
throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.