Uses of Class
org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest

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

Uses of IndicesStatsRequest in org.elasticsearch.action.admin.indices.stats
 

Methods in org.elasticsearch.action.admin.indices.stats that return IndicesStatsRequest
 IndicesStatsRequest IndicesStatsRequest.all()
          Sets all flags to return all stats.
 IndicesStatsRequest IndicesStatsRequest.clear()
          Clears all stats.
 IndicesStatsRequest IndicesStatsRequest.docs(boolean docs)
           
 IndicesStatsRequest IndicesStatsRequest.flush(boolean flush)
           
 IndicesStatsRequest IndicesStatsRequest.get(boolean get)
           
 IndicesStatsRequest IndicesStatsRequest.groups(String... groups)
          Sets specific search group stats to retrieve the stats for.
 IndicesStatsRequest IndicesStatsRequest.indexing(boolean indexing)
           
 IndicesStatsRequest IndicesStatsRequest.indices(String... indices)
           
 IndicesStatsRequest IndicesStatsRequest.merge(boolean merge)
           
protected  IndicesStatsRequest TransportIndicesStatsAction.newRequest()
           
 IndicesStatsRequest IndicesStatsRequest.refresh(boolean refresh)
           
 IndicesStatsRequest IndicesStatsRequest.search(boolean search)
           
 IndicesStatsRequest IndicesStatsRequest.store(boolean store)
           
 IndicesStatsRequest IndicesStatsRequest.types(String... types)
          Document types to return stats for.
 IndicesStatsRequest IndicesStatsRequest.warmer(boolean warmer)
           
 

Methods in org.elasticsearch.action.admin.indices.stats with parameters of type IndicesStatsRequest
protected  ClusterBlockException TransportIndicesStatsAction.checkGlobalBlock(ClusterState state, IndicesStatsRequest request)
           
protected  ClusterBlockException TransportIndicesStatsAction.checkRequestBlock(ClusterState state, IndicesStatsRequest request, String[] concreteIndices)
           
protected  IndicesStats TransportIndicesStatsAction.newResponse(IndicesStatsRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
protected  TransportIndicesStatsAction.IndexShardStatsRequest TransportIndicesStatsAction.newShardRequest(ShardRouting shard, IndicesStatsRequest request)
           
protected  GroupShardsIterator TransportIndicesStatsAction.shards(ClusterState clusterState, IndicesStatsRequest request, String[] concreteIndices)
          Status goes across *all* shards.
 

Uses of IndicesStatsRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client with parameters of type IndicesStatsRequest
 ActionFuture<IndicesStats> IndicesAdminClient.stats(IndicesStatsRequest request)
          Indices stats.
 void IndicesAdminClient.stats(IndicesStatsRequest request, ActionListener<IndicesStats> listener)
          Indices stats.
 

Uses of IndicesStatsRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type IndicesStatsRequest
 ActionFuture<IndicesStats> AbstractIndicesAdminClient.stats(IndicesStatsRequest request)
           
 void AbstractIndicesAdminClient.stats(IndicesStatsRequest request, ActionListener<IndicesStats> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.