public class IndicesSegmentsAction extends Action<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
| Modifier and Type | Field | Description |
|---|---|---|
static IndicesSegmentsAction |
INSTANCE |
|
static java.lang.String |
NAME |
| Modifier and Type | Method | Description |
|---|---|---|
IndicesSegmentsRequestBuilder |
newRequestBuilder(ElasticsearchClient client) |
Creates a new request builder given the client provided as argument
|
IndicesSegmentResponse |
newResponse() |
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final IndicesSegmentsAction INSTANCE
public static final java.lang.String NAME
public IndicesSegmentResponse newResponse()
GenericActionnewResponse in class GenericAction<IndicesSegmentsRequest,IndicesSegmentResponse>public IndicesSegmentsRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>