Packages

o

tasks.tracker

QueryLog

object QueryLog

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryLog
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Node(taskId: String, id: String, labels: Labels, dataChildren: Seq[String], directChildren: Seq[String], resource: ResourceAllocated, elapsedTime: ElapsedTimeNanoSeconds) extends Product with Serializable
  2. case class RawNode(taskId: String, labels: Labels, pathFromRoot: Seq[String], resource: ResourceAllocated, elapsedTime: ElapsedTimeNanoSeconds, dataDependencies: Seq[String]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ancestorsFinished(tree: Seq[RawNode]): Seq[RawNode]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def computeRuntimes(allNodes: Seq[RawNode], subtree: Option[String]): Seq[Node]
  8. val cpuNeedKey: String
  9. val cpuTimeKey: String
  10. def dot(s: Seq[Node], seconds: Boolean): String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def formatTime(nanos: Double, seconds: Boolean = false): String
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val multiplicityKey: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def plotTimes(timesComputed: Seq[Node], seconds: Boolean): String
  22. def readNodes(source: InputStream, excludeTaskIds: Set[String], includeTaskIds: Set[String]): Seq[RawNode]
  23. def recursiveChildren(tree: Seq[Node]): Map[String, Seq[String]]
  24. def recursiveChildrenBothTypes(tree: Seq[Node]): Map[String, Seq[String]]
  25. def subtree(tree: Seq[RawNode], root: String): Seq[RawNode]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. val wallClockTimeKey: String
  32. object Node extends Serializable
  33. object RawNode extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped