Uses of Class
org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
Packages that use SyncedFlushService.ShardSyncedFlushResponse Package Description org.elasticsearch.indices.flush -
-
Uses of SyncedFlushService.ShardSyncedFlushResponse in org.elasticsearch.indices.flush
Methods in org.elasticsearch.indices.flush that return SyncedFlushService.ShardSyncedFlushResponse Modifier and Type Method Description static SyncedFlushService.ShardSyncedFlushResponseSyncedFlushService.ShardSyncedFlushResponse. readSyncedFlushResponse(StreamInput in)Methods in org.elasticsearch.indices.flush that return types with arguments of type SyncedFlushService.ShardSyncedFlushResponse Modifier and Type Method Description Map<ShardRouting,SyncedFlushService.ShardSyncedFlushResponse>ShardsSyncedFlushResult. failedShards()Map<ShardRouting,SyncedFlushService.ShardSyncedFlushResponse>ShardsSyncedFlushResult. shardResponses()Constructor parameters in org.elasticsearch.indices.flush with type arguments of type SyncedFlushService.ShardSyncedFlushResponse Constructor Description ShardsSyncedFlushResult(ShardId shardId, String syncId, int totalShards, Map<ShardRouting,SyncedFlushService.ShardSyncedFlushResponse> shardResponses)success constructor
-