Uses of Class
org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest

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

Uses of IndicesSegmentsRequest in org.elasticsearch.action.admin.indices.segments
 

Methods in org.elasticsearch.action.admin.indices.segments that return IndicesSegmentsRequest
protected  IndicesSegmentsRequest TransportIndicesSegmentsAction.newRequest()
           
 

Methods in org.elasticsearch.action.admin.indices.segments with parameters of type IndicesSegmentsRequest
protected  ClusterBlockException TransportIndicesSegmentsAction.checkGlobalBlock(ClusterState state, IndicesSegmentsRequest request)
           
protected  ClusterBlockException TransportIndicesSegmentsAction.checkRequestBlock(ClusterState state, IndicesSegmentsRequest countRequest, String[] concreteIndices)
           
protected  IndicesSegmentResponse TransportIndicesSegmentsAction.newResponse(IndicesSegmentsRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
protected  TransportIndicesSegmentsAction.IndexShardSegmentRequest TransportIndicesSegmentsAction.newShardRequest(ShardRouting shard, IndicesSegmentsRequest request)
           
protected  GroupShardsIterator TransportIndicesSegmentsAction.shards(ClusterState clusterState, IndicesSegmentsRequest request, String[] concreteIndices)
          Segments goes across *all* active shards.
 

Uses of IndicesSegmentsRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return IndicesSegmentsRequest
static IndicesSegmentsRequest Requests.indicesSegmentsRequest(String... indices)
           
 

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

Uses of IndicesSegmentsRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type IndicesSegmentsRequest
 ActionFuture<IndicesSegmentResponse> AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request)
           
 void AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request, ActionListener<IndicesSegmentResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.