| Package | Description |
|---|---|
| org.elasticsearch.indices.flush |
| Modifier and Type | Method and Description |
|---|---|
static SyncedFlushService.ShardSyncedFlushResponse |
SyncedFlushService.ShardSyncedFlushResponse.readSyncedFlushResponse(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
Map<ShardRouting,SyncedFlushService.ShardSyncedFlushResponse> |
ShardsSyncedFlushResult.failedShards() |
Map<ShardRouting,SyncedFlushService.ShardSyncedFlushResponse> |
ShardsSyncedFlushResult.shardResponses() |
| Constructor and Description |
|---|
ShardsSyncedFlushResult(ShardId shardId,
String syncId,
int totalShards,
Map<ShardRouting,SyncedFlushService.ShardSyncedFlushResponse> shardResponses)
success constructor
|
Copyright © 2009–2017. All rights reserved.