| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.cache.clear | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
ClearIndicesCacheResponse |
ClearIndicesCacheAction.newResponse() |
protected ClearIndicesCacheResponse |
TransportClearIndicesCacheAction.newResponse(ClearIndicesCacheRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<TransportBroadcastByNodeAction.EmptyResult> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ClearIndicesCacheResponse> |
IndicesAdminClient.clearCache(ClearIndicesCacheRequest request)
Clear indices cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.clearCache(ClearIndicesCacheRequest request,
ActionListener<ClearIndicesCacheResponse> listener)
Clear indices cache.
|
Copyright © 2009–2017. All rights reserved.