| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.forcemerge |
Force merge index/indices action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
ForceMergeResponse |
ForceMergeAction.newResponse() |
protected ForceMergeResponse |
TransportForceMergeAction.newResponse(ForceMergeRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<TransportBroadcastByNodeAction.EmptyResult> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ForceMergeResponse> |
IndicesAdminClient.forceMerge(ForceMergeRequest request)
Explicitly force merge one or more indices into a the number of segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.forceMerge(ForceMergeRequest request,
ActionListener<ForceMergeResponse> listener)
Explicitly force merge one or more indices into a the number of segments.
|
Copyright © 2009–2017. All rights reserved.