Uses of Class
org.elasticsearch.action.admin.indices.forcemerge.ForceMergeResponse
-
Packages that use ForceMergeResponse Package Description org.elasticsearch.action.admin.indices.forcemerge org.elasticsearch.client -
-
Uses of ForceMergeResponse in org.elasticsearch.action.admin.indices.forcemerge
Methods in org.elasticsearch.action.admin.indices.forcemerge that return ForceMergeResponse Modifier and Type Method Description static ForceMergeResponseForceMergeResponse. fromXContent(XContentParser parser)protected ForceMergeResponseTransportForceMergeAction. newResponse(ForceMergeRequest request, int totalShards, int successfulShards, int failedShards, List<TransportBroadcastByNodeAction.EmptyResult> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState) -
Uses of ForceMergeResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ForceMergeResponse Modifier and Type Method Description ForceMergeResponseIndicesClient. forcemerge(ForceMergeRequest forceMergeRequest, RequestOptions options)Force merge one or more indices using the Force Merge API.ForceMergeResponseIndicesClient. forceMerge(ForceMergeRequest forceMergeRequest, RequestOptions options)Deprecated.Methods in org.elasticsearch.client that return types with arguments of type ForceMergeResponse Modifier and Type Method Description ActionFuture<ForceMergeResponse>IndicesAdminClient. forceMerge(ForceMergeRequest request)Explicitly force merge one or more indices into a the number of segments.Method parameters in org.elasticsearch.client with type arguments of type ForceMergeResponse Modifier and Type Method Description voidIndicesAdminClient. forceMerge(ForceMergeRequest request, ActionListener<ForceMergeResponse> listener)Explicitly force merge one or more indices into a the number of segments.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.
-