Class ClearIndicesCacheAction
- java.lang.Object
-
- org.elasticsearch.action.Action<ClearIndicesCacheResponse>
-
- org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
-
public class ClearIndicesCacheAction extends Action<ClearIndicesCacheResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static ClearIndicesCacheActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description ClearIndicesCacheResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final ClearIndicesCacheAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public ClearIndicesCacheResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<ClearIndicesCacheResponse>
-
-