| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.indices.flush |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ShardsSyncedFlushResult>> |
SyncedFlushResponse.getShardsResultPerIndex() |
| Constructor and Description |
|---|
SyncedFlushResponse(Map<String,List<ShardsSyncedFlushResult>> shardsResultPerIndex) |
| Modifier and Type | Method and Description |
|---|---|
static ShardsSyncedFlushResult |
ShardsSyncedFlushResult.readShardsSyncedFlushResult(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncedFlushService.attemptSyncedFlush(ShardId shardId,
ActionListener<ShardsSyncedFlushResult> actionListener) |
Copyright © 2009–2017. All rights reserved.