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