Uses of Class
org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
-
Packages that use ClearIndicesCacheResponse Package Description org.elasticsearch.action.admin.indices.cache.clear org.elasticsearch.client -
-
Uses of ClearIndicesCacheResponse in org.elasticsearch.action.admin.indices.cache.clear
Methods in org.elasticsearch.action.admin.indices.cache.clear that return ClearIndicesCacheResponse Modifier and Type Method Description static ClearIndicesCacheResponseClearIndicesCacheResponse. fromXContent(XContentParser parser)protected ClearIndicesCacheResponseTransportClearIndicesCacheAction. newResponse(ClearIndicesCacheRequest request, int totalShards, int successfulShards, int failedShards, List<TransportBroadcastByNodeAction.EmptyResult> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState) -
Uses of ClearIndicesCacheResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClearIndicesCacheResponse Modifier and Type Method Description ClearIndicesCacheResponseIndicesClient. clearCache(ClearIndicesCacheRequest clearIndicesCacheRequest, RequestOptions options)Clears the cache of one or more indices using the Clear Cache API.Methods in org.elasticsearch.client that return types with arguments of type ClearIndicesCacheResponse Modifier and Type Method Description ActionFuture<ClearIndicesCacheResponse>IndicesAdminClient. clearCache(ClearIndicesCacheRequest request)Clear indices cache.Method parameters in org.elasticsearch.client with type arguments of type ClearIndicesCacheResponse Modifier and Type Method Description voidIndicesAdminClient. clearCache(ClearIndicesCacheRequest request, ActionListener<ClearIndicesCacheResponse> listener)Clear indices cache.CancellableIndicesClient. clearCacheAsync(ClearIndicesCacheRequest clearIndicesCacheRequest, RequestOptions options, ActionListener<ClearIndicesCacheResponse> listener)Asynchronously clears the cache of one or more indices using the Clear Cache API.
-