| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.store |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Store.OnClose |
Store.OnClose.EMPTY |
| コンストラクタと説明 |
|---|
Store(ShardId shardId,
IndexSettingsService indexSettingsService,
DirectoryService directoryService,
ShardLock shardLock,
Store.OnClose onClose) |
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.