Uses of Class
org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
Packages that use ShardFlushRequest Package Description org.elasticsearch.action.admin.indices.flush -
-
Uses of ShardFlushRequest in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return ShardFlushRequest Modifier and Type Method Description protected ShardFlushRequestTransportFlushAction. newShardRequest(FlushRequest request, ShardId shardId)Methods in org.elasticsearch.action.admin.indices.flush with parameters of type ShardFlushRequest Modifier and Type Method Description protected voidTransportShardFlushAction. shardOperationOnPrimary(ShardFlushRequest shardRequest, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ShardFlushRequest,ReplicationResponse>> listener)protected TransportReplicationAction.ReplicaResultTransportShardFlushAction. shardOperationOnReplica(ShardFlushRequest request, IndexShard replica)Method parameters in org.elasticsearch.action.admin.indices.flush with type arguments of type ShardFlushRequest Modifier and Type Method Description protected voidTransportShardFlushAction. shardOperationOnPrimary(ShardFlushRequest shardRequest, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ShardFlushRequest,ReplicationResponse>> listener)
-