Class IndicesExistsResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public class IndicesExistsResponse extends ActionResponse
  • Constructor Details

    • IndicesExistsResponse

      public IndicesExistsResponse(boolean exists)
  • Method Details

    • isExists

      public boolean isExists()
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Throws: