| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.store |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
FsDirectoryService |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class<? extends DirectoryService> |
IndexStore.shardDirectory()
The shard store class that should be used for each shard.
|
| コンストラクタと説明 |
|---|
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) |
| コンストラクタと説明 |
|---|
StoreModule(Class<? extends DirectoryService> shardDirectory,
ShardLock lock,
Store.OnClose closeCallback,
ShardPath path) |
Copyright © 2009–2016. All rights reserved.