public class IndicesSegmentsAction extends IndicesAction<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static IndicesSegmentsAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
IndicesSegmentsRequestBuilder |
newRequestBuilder(IndicesAdminClient client)
Creates a new request builder given the client provided as argument
|
IndicesSegmentResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final IndicesSegmentsAction INSTANCE
public static final String NAME
public IndicesSegmentResponse newResponse()
GenericAction
newResponse
in class GenericAction<IndicesSegmentsRequest,IndicesSegmentResponse>
public IndicesSegmentsRequestBuilder newRequestBuilder(IndicesAdminClient client)
Action
newRequestBuilder
in class Action<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder,IndicesAdminClient>
Copyright © 2009–2015. All rights reserved.