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

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

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

Methods in org.elasticsearch.action.admin.indices.segments that return IndicesSegmentsRequestBuilder
 IndicesSegmentsRequestBuilder IndicesSegmentsAction.newRequestBuilder(IndicesAdminClient client)
           
 IndicesSegmentsRequestBuilder IndicesSegmentsRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 IndicesSegmentsRequestBuilder IndicesSegmentsRequestBuilder.setIndices(String... indices)
           
 

Uses of IndicesSegmentsRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return IndicesSegmentsRequestBuilder
 IndicesSegmentsRequestBuilder IndicesAdminClient.prepareSegments(String... indices)
          The segments of one or more indices.
 

Uses of IndicesSegmentsRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return IndicesSegmentsRequestBuilder
 IndicesSegmentsRequestBuilder AbstractIndicesAdminClient.prepareSegments(String... indices)
           
 



Copyright © 2009-2012. All Rights Reserved.