Class AliasesExistResponse

java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted

public class AliasesExistResponse
extends ActionResponse
  • Constructor Details

    • AliasesExistResponse

      public AliasesExistResponse​(boolean exists)
  • Method Details

    • exists

      public boolean exists()
    • isExists

      public boolean isExists()
    • writeTo

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