Package | Description |
---|---|
org.elasticsearch.action.admin.indices.cache.clear | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
ClearIndicesCacheResponse |
ClearIndicesCacheAction.newResponse() |
protected ClearIndicesCacheResponse |
TransportClearIndicesCacheAction.newResponse(ClearIndicesCacheRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClearIndicesCacheRequestBuilder.doExecute(ActionListener<ClearIndicesCacheResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<ClearIndicesCacheResponse> |
AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request,
ActionListener<ClearIndicesCacheResponse> listener) |
Copyright © 2009–2015. All rights reserved.