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

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

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

Methods in org.elasticsearch.action.admin.indices.segments that return IndicesSegmentResponse
 IndicesSegmentResponse IndicesSegmentsAction.newResponse()
           
protected  IndicesSegmentResponse TransportIndicesSegmentsAction.newResponse(IndicesSegmentsRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.admin.indices.segments with type arguments of type IndicesSegmentResponse
protected  void IndicesSegmentsRequestBuilder.doExecute(ActionListener<IndicesSegmentResponse> listener)
           
 

Uses of IndicesSegmentResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type IndicesSegmentResponse
 ActionFuture<IndicesSegmentResponse> IndicesAdminClient.segments(IndicesSegmentsRequest request)
          The segments of one or more indices.
 

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

Uses of IndicesSegmentResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type IndicesSegmentResponse
 ActionFuture<IndicesSegmentResponse> AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request)
           
 

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



Copyright © 2009-2012. All Rights Reserved.