Uses of Class
org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse

Packages that use ClearIndicesCacheResponse
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of ClearIndicesCacheResponse in org.elasticsearch.action.admin.indices.cache.clear
 

Methods in org.elasticsearch.action.admin.indices.cache.clear that return ClearIndicesCacheResponse
 ClearIndicesCacheResponse ClearIndicesCacheAction.newResponse()
           
protected  ClearIndicesCacheResponse TransportClearIndicesCacheAction.newResponse(ClearIndicesCacheRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.admin.indices.cache.clear with type arguments of type ClearIndicesCacheResponse
protected  void ClearIndicesCacheRequestBuilder.doExecute(ActionListener<ClearIndicesCacheResponse> listener)
           
 

Uses of ClearIndicesCacheResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type ClearIndicesCacheResponse
 ActionFuture<ClearIndicesCacheResponse> IndicesAdminClient.clearCache(ClearIndicesCacheRequest request)
          Clear indices cache.
 

Method parameters in org.elasticsearch.client with type arguments of type ClearIndicesCacheResponse
 void IndicesAdminClient.clearCache(ClearIndicesCacheRequest request, ActionListener<ClearIndicesCacheResponse> listener)
          Clear indices cache.
 

Uses of ClearIndicesCacheResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type ClearIndicesCacheResponse
 ActionFuture<ClearIndicesCacheResponse> AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type ClearIndicesCacheResponse
 void AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request, ActionListener<ClearIndicesCacheResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.