Class ClearApiKeyCacheRequest
java.lang.Object
org.elasticsearch.client.security.ClearApiKeyCacheRequest
- All Implemented Interfaces:
Validatable
public final class ClearApiKeyCacheRequest extends java.lang.Object implements Validatable
The request used to clear the API key cache.
-
Field Summary
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Method Summary
Modifier and Type Method Description static ClearApiKeyCacheRequestclearAll()static ClearApiKeyCacheRequestclearById(java.lang.String... ids)booleanequals(java.lang.Object o)inthashCode()java.lang.String[]ids()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Method Details
-
clearAll
-
clearById
-
ids
public java.lang.String[] ids()- Returns:
- an array of key names that will be evicted
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-