Class IndicesSegmentsRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<Request,Response>
org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
public class IndicesSegmentsRequestBuilder extends BroadcastOperationRequestBuilder<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
Constructors Constructor Description IndicesSegmentsRequestBuilder(ElasticsearchClient client, IndicesSegmentsAction action) -
Method Summary
Modifier and Type Method Description IndicesSegmentsRequestBuildersetVerbose(boolean verbose)Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
setIndices, setIndicesOptions, setTimeoutMethods inherited from class org.elasticsearch.action.ActionRequestBuilder
execute, execute, get, get, get, requestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndicesSegmentsRequestBuilder
-
-
Method Details
-
setVerbose
-