public class IndicesStatsAction extends Action<IndicesStatsRequest,IndicesStatsResponse,IndicesStatsRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static IndicesStatsAction |
INSTANCE |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
IndicesStatsRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
IndicesStatsResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final IndicesStatsAction INSTANCE
public static final java.lang.String NAME
public IndicesStatsResponse newResponse()
GenericAction
newResponse
in class GenericAction<IndicesStatsRequest,IndicesStatsResponse>
public IndicesStatsRequestBuilder newRequestBuilder(ElasticsearchClient client)
Action
newRequestBuilder
in class Action<IndicesStatsRequest,IndicesStatsResponse,IndicesStatsRequestBuilder>