Uses of Class
org.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
Packages that use ShardsSyncedFlushResult Package Description org.elasticsearch.action.admin.indices.flush org.elasticsearch.indices.flush -
-
Uses of ShardsSyncedFlushResult in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return types with arguments of type ShardsSyncedFlushResult Modifier and Type Method Description Map<String,List<ShardsSyncedFlushResult>>SyncedFlushResponse. getShardsResultPerIndex()Constructor parameters in org.elasticsearch.action.admin.indices.flush with type arguments of type ShardsSyncedFlushResult Constructor Description SyncedFlushResponse(Map<String,List<ShardsSyncedFlushResult>> shardsResultPerIndex) -
Uses of ShardsSyncedFlushResult in org.elasticsearch.indices.flush
Method parameters in org.elasticsearch.indices.flush with type arguments of type ShardsSyncedFlushResult Modifier and Type Method Description voidSyncedFlushService. attemptSyncedFlush(ShardId shardId, ActionListener<ShardsSyncedFlushResult> actionListener)
-