public class ClearIndicesCacheAction extends IndicesAction<ClearIndicesCacheRequest ,ClearIndicesCacheResponse ,ClearIndicesCacheRequestBuilder >
| Modifier and Type | Field and Description |
|---|---|
static ClearIndicesCacheAction |
INSTANCE
|
static String |
NAME
|
| Modifier and Type | Method and Description |
|---|---|
ClearIndicesCacheRequestBuilder |
newRequestBuilder(IndicesAdminClient
Creates a new request builder given the client provided as argument
|
ClearIndicesCacheResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final ClearIndicesCacheActionINSTANCE
public static final StringNAME
public ClearIndicesCacheResponsenewResponse()
GenericAction
public ClearIndicesCacheRequestBuildernewRequestBuilder(IndicesAdminClient client)
Action