org.hammerlab.spark.test.listener

metrics

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. case class IO(bytes: Long, records: Long) extends Product with Serializable

  2. case class Metrics(input: Input = IO.apply(), output: Output = IO.apply(), shuffleRead: ShuffleRead = ..., shuffleWrite: ShuffleWrite = ...) extends Product with Serializable

  3. case class ShuffleRead(records: Long = 0, localBytes: Long = 0, localBlocks: Long = 0, remoteBytes: Long = 0, remoteBlocks: Long = 0, fetchWaitTime: Long = 0) extends Product with Serializable

  4. case class ShuffleWrite(records: Long = 0, bytes: Long = 0, time: Long = 0) extends Product with Serializable

Value Members

  1. object IO extends Serializable

  2. object Input

  3. object Metrics extends Serializable

  4. object Output

  5. object ShuffleRead extends Serializable

  6. object ShuffleWrite extends Serializable

Ungrouped