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, transportOptionspublic static final ShrinkAction INSTANCE
public static final java.lang.String NAME
public ShrinkResponse newResponse()
GenericActionnewResponse in class GenericAction<ShrinkRequest,ShrinkResponse>public ShrinkRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<ShrinkRequest,ShrinkResponse,ShrinkRequestBuilder>