Uses of Class
org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Packages that use ForceMergeRequest Package Description org.elasticsearch.action.admin.indices.forcemerge org.elasticsearch.client org.elasticsearch.index.shard -
-
Uses of ForceMergeRequest in org.elasticsearch.action.admin.indices.forcemerge
Methods in org.elasticsearch.action.admin.indices.forcemerge that return ForceMergeRequest Modifier and Type Method Description ForceMergeRequestForceMergeRequest. flush(boolean flush)Should flush be performed after the merge.ForceMergeRequestForceMergeRequest. maxNumSegments(int maxNumSegments)Will merge the index down to <= maxNumSegments.ForceMergeRequestForceMergeRequest. onlyExpungeDeletes(boolean onlyExpungeDeletes)Should the merge only expunge deletes from the index, without full merge.protected ForceMergeRequestTransportForceMergeAction. readRequestFrom(StreamInput in)Methods in org.elasticsearch.action.admin.indices.forcemerge with parameters of type ForceMergeRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportForceMergeAction. checkGlobalBlock(ClusterState state, ForceMergeRequest request)protected ClusterBlockExceptionTransportForceMergeAction. checkRequestBlock(ClusterState state, ForceMergeRequest request, String[] concreteIndices)protected ForceMergeResponseTransportForceMergeAction. newResponse(ForceMergeRequest request, int totalShards, int successfulShards, int failedShards, List<TransportBroadcastByNodeAction.EmptyResult> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)protected TransportBroadcastByNodeAction.EmptyResultTransportForceMergeAction. shardOperation(ForceMergeRequest request, ShardRouting shardRouting)protected ShardsIteratorTransportForceMergeAction. shards(ClusterState clusterState, ForceMergeRequest request, String[] concreteIndices)The refresh request works against *all* shards. -
Uses of ForceMergeRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return ForceMergeRequest Modifier and Type Method Description static ForceMergeRequestRequests. forceMergeRequest(String... indices)Creates a force merge request.Methods in org.elasticsearch.client with parameters of type ForceMergeRequest Modifier and Type Method Description ForceMergeResponseIndicesClient. forcemerge(ForceMergeRequest forceMergeRequest, RequestOptions options)Force merge one or more indices using the Force Merge API.ActionFuture<ForceMergeResponse>IndicesAdminClient. forceMerge(ForceMergeRequest request)Explicitly force merge one or more indices into a the number of segments.voidIndicesAdminClient. forceMerge(ForceMergeRequest request, ActionListener<ForceMergeResponse> listener)Explicitly force merge one or more indices into a the number of segments.ForceMergeResponseIndicesClient. forceMerge(ForceMergeRequest forceMergeRequest, RequestOptions options)Deprecated.CancellableIndicesClient. forcemergeAsync(ForceMergeRequest forceMergeRequest, RequestOptions options, ActionListener<ForceMergeResponse> listener)Asynchronously force merge one or more indices using the Force Merge API.CancellableIndicesClient. forceMergeAsync(ForceMergeRequest forceMergeRequest, RequestOptions options, ActionListener<ForceMergeResponse> listener)Deprecated. -
Uses of ForceMergeRequest in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type ForceMergeRequest Modifier and Type Method Description voidIndexShard. forceMerge(ForceMergeRequest forceMerge)
-