Uses of Class
org.elasticsearch.action.admin.indices.status.IndicesStatusRequest

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

Uses of IndicesStatusRequest in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status that return IndicesStatusRequest
 IndicesStatusRequest IndicesStatusRequest.listenerThreaded(boolean listenerThreaded)
           
protected  IndicesStatusRequest TransportIndicesStatusAction.newRequest()
           
 IndicesStatusRequest IndicesStatusRequest.recovery(boolean recovery)
          Should the status include recovery information.
 IndicesStatusRequest IndicesStatusRequest.snapshot(boolean snapshot)
          Should the status include recovery information.
 

Methods in org.elasticsearch.action.admin.indices.status with parameters of type IndicesStatusRequest
protected  ClusterBlockException TransportIndicesStatusAction.checkGlobalBlock(ClusterState state, IndicesStatusRequest request)
           
protected  ClusterBlockException TransportIndicesStatusAction.checkRequestBlock(ClusterState state, IndicesStatusRequest countRequest, String[] concreteIndices)
           
protected  IndicesStatusResponse TransportIndicesStatusAction.newResponse(IndicesStatusRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
protected  TransportIndicesStatusAction.IndexShardStatusRequest TransportIndicesStatusAction.newShardRequest(ShardRouting shard, IndicesStatusRequest request)
           
protected  GroupShardsIterator TransportIndicesStatusAction.shards(ClusterState state, IndicesStatusRequest request, String[] concreteIndices)
          Status goes across *all* shards.
 

Uses of IndicesStatusRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return IndicesStatusRequest
static IndicesStatusRequest Requests.indicesStatusRequest(String... indices)
          Creates an indices status request.
 

Methods in org.elasticsearch.client with parameters of type IndicesStatusRequest
 ActionFuture<IndicesStatusResponse> IndicesAdminClient.status(IndicesStatusRequest request)
          The status of one or more indices.
 void IndicesAdminClient.status(IndicesStatusRequest request, ActionListener<IndicesStatusResponse> listener)
          The status of one or more indices.
 

Uses of IndicesStatusRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type IndicesStatusRequest
 ActionFuture<IndicesStatusResponse> AbstractIndicesAdminClient.status(IndicesStatusRequest request)
           
 void AbstractIndicesAdminClient.status(IndicesStatusRequest request, ActionListener<IndicesStatusResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.