Class BaseTasksResponse

    • Method Detail

      • getTaskFailures

        public java.util.List<TaskOperationFailure> getTaskFailures()
        The list of task failures exception.
      • getNodeFailures

        public java.util.List<ElasticsearchException> getNodeFailures()
        The list of node failures exception.
      • rethrowFailures

        public void rethrowFailures​(java.lang.String operationName)
        Rethrow task failures if there are any.
      • toXContentCommon

        protected void toXContentCommon​(XContentBuilder builder,
                                        ToXContent.Params params)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object