Class ClearRealmCacheResponse

java.lang.Object

public final class ClearRealmCacheResponse
extends SecurityNodesResponse
Response for a clear realm cache request. The response includes a header that contains the number of successful and failed nodes.
  • Field Details

    • PARSER

      public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<ClearRealmCacheResponse,​java.lang.Void> PARSER
  • Constructor Details

  • Method Details

    • fromXContent

      public static ClearRealmCacheResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException