| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.cache.clear | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.rest.action.admin.indices.cache.clear |
| Modifier and Type | Method and Description |
|---|---|
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.fieldDataCache(boolean fieldDataCache) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.fields(String... fields) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.queryCache(boolean queryCache) |
protected ClearIndicesCacheRequest |
TransportClearIndicesCacheAction.readRequestFrom(StreamInput in) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.recycler(boolean recycler) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.requestCache(boolean requestCache) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClearIndicesCacheAction.checkGlobalBlock(ClusterState state,
ClearIndicesCacheRequest request) |
protected ClusterBlockException |
TransportClearIndicesCacheAction.checkRequestBlock(ClusterState state,
ClearIndicesCacheRequest request,
String[] concreteIndices) |
protected ClearIndicesCacheResponse |
TransportClearIndicesCacheAction.newResponse(ClearIndicesCacheRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<TransportBroadcastByNodeAction.EmptyResult> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
protected TransportBroadcastByNodeAction.EmptyResult |
TransportClearIndicesCacheAction.shardOperation(ClearIndicesCacheRequest request,
ShardRouting shardRouting) |
protected ShardsIterator |
TransportClearIndicesCacheAction.shards(ClusterState clusterState,
ClearIndicesCacheRequest request,
String[] concreteIndices)
The refresh request works against *all* shards.
|
| Modifier and Type | Method and Description |
|---|---|
static ClearIndicesCacheRequest |
Requests.clearIndicesCacheRequest(String... indices)
Creates a clean indices cache request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ClearIndicesCacheResponse> |
IndicesAdminClient.clearCache(ClearIndicesCacheRequest request)
Clear indices cache.
|
void |
IndicesAdminClient.clearCache(ClearIndicesCacheRequest request,
ActionListener<ClearIndicesCacheResponse> listener)
Clear indices cache.
|
| Modifier and Type | Method and Description |
|---|---|
static ClearIndicesCacheRequest |
RestClearIndicesCacheAction.fromRequest(RestRequest request,
ClearIndicesCacheRequest clearIndicesCacheRequest,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static ClearIndicesCacheRequest |
RestClearIndicesCacheAction.fromRequest(RestRequest request,
ClearIndicesCacheRequest clearIndicesCacheRequest,
ParseFieldMatcher parseFieldMatcher) |
Copyright © 2009–2017. All rights reserved.