Class TypesExistsResponse

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

public class TypesExistsResponse extends ActionResponse
Whether all of the existed types exist.
  • Constructor Details

    • TypesExistsResponse

      public TypesExistsResponse(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: