Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 04C2C200D20 for ; Tue, 17 Oct 2017 22:16:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 036FE160BF8; Tue, 17 Oct 2017 20:16:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ECB9C1609EC for ; Tue, 17 Oct 2017 22:16:40 +0200 (CEST) Received: (qmail 74313 invoked by uid 500); 17 Oct 2017 20:16:35 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 73956 invoked by uid 99); 17 Oct 2017 20:16:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 20:16:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D7DCEDFFAB; Tue, 17 Oct 2017 20:16:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: holden@apache.org To: commits@spark.apache.org Date: Tue, 17 Oct 2017 20:16:47 -0000 Message-Id: <04a79384ad3446c58d1ef45d757a8dd2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/51] [partial] spark-website git commit: Add 2.1.2 docs archived-at: Tue, 17 Oct 2017 20:16:42 -0000 http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6d9cbde/site/docs/2.1.2/api/java/org/apache/spark/UnknownReason.html ---------------------------------------------------------------------- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/UnknownReason.html b/site/docs/2.1.2/api/java/org/apache/spark/UnknownReason.html new file mode 100644 index 0000000..8feb256 --- /dev/null +++ b/site/docs/2.1.2/api/java/org/apache/spark/UnknownReason.html @@ -0,0 +1,352 @@ + + + + + +UnknownReason (Spark 2.1.2 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark
+

Class UnknownReason

+
+
+
    +
  • Object
  • +
  • +
      +
    • org.apache.spark.UnknownReason
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class UnknownReason
    +extends Object
    +
    :: DeveloperApi :: + We don't know why the task ended -- for example, because of a ClassNotFound exception when + deserializing the task result.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      UnknownReason() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      abstract static booleancanEqual(Object that) 
      static booleancountTowardsTaskFailures() 
      abstract static booleanequals(Object that) 
      abstract static intproductArity() 
      abstract static ObjectproductElement(int n) 
      static scala.collection.Iterator<Object>productIterator() 
      static StringproductPrefix() 
      static StringtoErrorString() 
      +
        +
      • + + +

        Methods inherited from class Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnknownReason

        +
        public UnknownReason()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toErrorString

        +
        public static String toErrorString()
        +
      • +
      + + + +
        +
      • +

        countTowardsTaskFailures

        +
        public static boolean countTowardsTaskFailures()
        +
      • +
      + + + +
        +
      • +

        canEqual

        +
        public abstract static boolean canEqual(Object that)
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public abstract static boolean equals(Object that)
        +
      • +
      + + + +
        +
      • +

        productElement

        +
        public abstract static Object productElement(int n)
        +
      • +
      + + + +
        +
      • +

        productArity

        +
        public abstract static int productArity()
        +
      • +
      + + + +
        +
      • +

        productIterator

        +
        public static scala.collection.Iterator<Object> productIterator()
        +
      • +
      + + + +
        +
      • +

        productPrefix

        +
        public static String productPrefix()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org