Class StackTrace

Object
org.apache.spark.status.api.v1.StackTrace
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class StackTrace extends Object implements scala.Product, scala.Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    StackTrace(scala.collection.Seq<String> elems)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    scala.collection.Seq<String>
     
    scala.xml.NodeSeq
     
    mkString(String start, String sep, String end)
     
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Constructor Details

    • StackTrace

      public StackTrace(scala.collection.Seq<String> elems)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • elems

      public scala.collection.Seq<String> elems()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • html

      public scala.xml.NodeSeq html()
    • mkString

      public String mkString(String start, String sep, String end)