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 ClearApiKeyCacheRequest clearAll()  
    static ClearApiKeyCacheRequest clearById​(java.lang.String... ids)  
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.String[] ids()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Method Details

    • clearAll

      public static ClearApiKeyCacheRequest clearAll()
    • clearById

      public static ClearApiKeyCacheRequest clearById​(java.lang.String... ids)
    • 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:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object