Class TypesExistsResponse

  • All Implemented Interfaces:
    Writeable

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

      • TypesExistsResponse

        public TypesExistsResponse​(boolean exists)
    • Method Detail

      • 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