| Package | Description |
|---|---|
| org.elasticsearch.index.store |
| Modifier and Type | Field and Description |
|---|---|
static Store.OnClose |
Store.OnClose.EMPTY |
| 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.OnClose onClose) |
StoreModule(Class<? extends DirectoryService> shardDirectory,
ShardLock lock,
Store.OnClose closeCallback,
ShardPath path) |
Copyright © 2009–2017. All rights reserved.