Uses of Class
org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
Packages that use ClearIndicesCacheRequest Package Description org.elasticsearch.action.admin.indices.cache.clear org.elasticsearch.client org.elasticsearch.rest.action.admin.indices -
-
Uses of ClearIndicesCacheRequest in org.elasticsearch.action.admin.indices.cache.clear
Methods in org.elasticsearch.action.admin.indices.cache.clear that return ClearIndicesCacheRequest Modifier and Type Method Description ClearIndicesCacheRequestClearIndicesCacheRequest. fieldDataCache(boolean fieldDataCache)ClearIndicesCacheRequestClearIndicesCacheRequest. fields(String... fields)ClearIndicesCacheRequestClearIndicesCacheRequest. queryCache(boolean queryCache)protected ClearIndicesCacheRequestTransportClearIndicesCacheAction. readRequestFrom(StreamInput in)ClearIndicesCacheRequestClearIndicesCacheRequest. requestCache(boolean requestCache)Methods in org.elasticsearch.action.admin.indices.cache.clear with parameters of type ClearIndicesCacheRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportClearIndicesCacheAction. checkGlobalBlock(ClusterState state, ClearIndicesCacheRequest request)protected ClusterBlockExceptionTransportClearIndicesCacheAction. checkRequestBlock(ClusterState state, ClearIndicesCacheRequest request, String[] concreteIndices)protected ClearIndicesCacheResponseTransportClearIndicesCacheAction. newResponse(ClearIndicesCacheRequest request, int totalShards, int successfulShards, int failedShards, List<TransportBroadcastByNodeAction.EmptyResult> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)protected TransportBroadcastByNodeAction.EmptyResultTransportClearIndicesCacheAction. shardOperation(ClearIndicesCacheRequest request, ShardRouting shardRouting)protected ShardsIteratorTransportClearIndicesCacheAction. shards(ClusterState clusterState, ClearIndicesCacheRequest request, String[] concreteIndices)The refresh request works against *all* shards. -
Uses of ClearIndicesCacheRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClearIndicesCacheRequest Modifier and Type Method Description static ClearIndicesCacheRequestRequests. clearIndicesCacheRequest(String... indices)Creates a clean indices cache request.Methods in org.elasticsearch.client with parameters of type ClearIndicesCacheRequest Modifier and Type Method Description ActionFuture<ClearIndicesCacheResponse>IndicesAdminClient. clearCache(ClearIndicesCacheRequest request)Clear indices cache.voidIndicesAdminClient. clearCache(ClearIndicesCacheRequest request, ActionListener<ClearIndicesCacheResponse> listener)Clear indices cache.ClearIndicesCacheResponseIndicesClient. clearCache(ClearIndicesCacheRequest clearIndicesCacheRequest, RequestOptions options)Clears the cache of one or more indices using the Clear Cache API.CancellableIndicesClient. clearCacheAsync(ClearIndicesCacheRequest clearIndicesCacheRequest, RequestOptions options, ActionListener<ClearIndicesCacheResponse> listener)Asynchronously clears the cache of one or more indices using the Clear Cache API. -
Uses of ClearIndicesCacheRequest in org.elasticsearch.rest.action.admin.indices
Methods in org.elasticsearch.rest.action.admin.indices that return ClearIndicesCacheRequest Modifier and Type Method Description static ClearIndicesCacheRequestRestClearIndicesCacheAction. fromRequest(RestRequest request, ClearIndicesCacheRequest clearIndicesCacheRequest)Methods in org.elasticsearch.rest.action.admin.indices with parameters of type ClearIndicesCacheRequest Modifier and Type Method Description static ClearIndicesCacheRequestRestClearIndicesCacheAction. fromRequest(RestRequest request, ClearIndicesCacheRequest clearIndicesCacheRequest)
-