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

Packages that use ClearIndicesCacheRequest
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 ClearIndicesCacheRequest in org.elasticsearch.action.admin.indices.cache.clear
 

Methods in org.elasticsearch.action.admin.indices.cache.clear that return ClearIndicesCacheRequest
 ClearIndicesCacheRequest ClearIndicesCacheRequest.bloomCache(boolean bloomCache)
           
 ClearIndicesCacheRequest ClearIndicesCacheRequest.fieldDataCache(boolean fieldDataCache)
           
 ClearIndicesCacheRequest ClearIndicesCacheRequest.fields(String... fields)
           
 ClearIndicesCacheRequest ClearIndicesCacheRequest.filterCache(boolean filterCache)
           
 ClearIndicesCacheRequest ClearIndicesCacheRequest.idCache(boolean idCache)
           
 ClearIndicesCacheRequest ClearIndicesCacheRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
protected  ClearIndicesCacheRequest TransportClearIndicesCacheAction.newRequest()
           
 ClearIndicesCacheRequest ClearIndicesCacheRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Methods in org.elasticsearch.action.admin.indices.cache.clear with parameters of type ClearIndicesCacheRequest
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(ShardRouting shard, ClearIndicesCacheRequest request)
           
protected  GroupShardsIterator TransportClearIndicesCacheAction.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
static ClearIndicesCacheRequest Requests.clearIndicesCacheRequest(String... indices)
          Creates a clean indices cache request.
 

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

Uses of ClearIndicesCacheRequest in org.elasticsearch.client.support
 

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



Copyright © 2009-2012. All Rights Reserved.