| Package | Description |
|---|---|
| org.elasticsearch.index.store |
| Modifier and Type | Class and Description |
|---|---|
class |
FsDirectoryService |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DirectoryService> |
IndexStore.shardDirectory()
The shard store class that should be used for each shard.
|
| Constructor and Description |
|---|
Store(ShardId shardId,
IndexSettingsService indexSettingsService,
DirectoryService directoryService,
ShardLock shardLock,
Store.OnClose onClose) |
Store(ShardId shardId,
Settings indexSettings,
DirectoryService directoryService,
ShardLock shardLock) |
Store(ShardId shardId,
Settings indexSettings,
DirectoryService directoryService,
ShardLock shardLock,
Store.OnClose onClose) |
| Constructor and Description |
|---|
StoreModule(Class<? extends DirectoryService> shardDirectory,
ShardLock lock,
Store.OnClose closeCallback,
ShardPath path) |
Copyright © 2009–2017. All rights reserved.