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 | |
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.filterCache(boolean filterCache) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.filterKeys(String... filterKeys) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.idCache(boolean idCache) |
protected ClearIndicesCacheRequest |
TransportClearIndicesCacheAction.newRequest() |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.queryCache(boolean queryCache) |
ClearIndicesCacheRequest |
ClearIndicesCacheRequest.recycler(boolean recycler) |
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,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected org.elasticsearch.action.admin.indices.cache.clear.ShardClearIndicesCacheRequest |
TransportClearIndicesCacheAction.newShardRequest(int numShards,
ShardRouting shard,
ClearIndicesCacheRequest request) |
protected GroupShardsIterator |
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 |
---|---|
ActionFuture<ClearIndicesCacheResponse> |
AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request) |
void |
AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request,
ActionListener<ClearIndicesCacheResponse> listener) |
Modifier and Type | Method and Description |
---|---|
static ClearIndicesCacheRequest |
RestClearIndicesCacheAction.fromRequest(RestRequest request,
ClearIndicesCacheRequest clearIndicesCacheRequest) |
Modifier and Type | Method and Description |
---|---|
static ClearIndicesCacheRequest |
RestClearIndicesCacheAction.fromRequest(RestRequest request,
ClearIndicesCacheRequest clearIndicesCacheRequest) |
Copyright © 2009–2015. All rights reserved.