org.bdgenomics.adam

instrumentation

package instrumentation

Visibility
  1. Public
  2. All

Type Members

  1. class ADAMMetrics extends AnyRef

    Contains metrics for ADAM.

  2. class ADAMMetricsListener extends SparkListener

    Spark listener that accumulates metrics in the passed-in ADAMMetrics object at stage completion time.

  3. class ASCIITable extends AnyRef

    Renders a table using ASCII characters.

  4. case class ASCIITableHeader(name: String, alignment: Alignment = Alignment.Right) extends Product with Serializable

  5. class MonitorTable extends AnyRef

    Tabular representation of a set of Monitors.

  6. class ServoTimer extends CompositeMonitor[AnyRef] with Taggable

    Timer that implements the com.netflix.servo.monitor.CompositeMonitor interface.

  7. abstract class SparkMetrics extends AnyRef

    Allows metrics for Spark to be captured and rendered in tabular form.

  8. case class TableHeader(name: String, valueExtractor: ValueExtractor, formatFunction: Option[(Any) ⇒ String] = scala.None, alignment: Alignment = Alignment.Right) extends Product with Serializable

    Specifies the title of a column, as well as how data is extracted to form the cells of this column

  9. trait Taggable extends AnyRef

  10. case class TaskContext(hostname: String, stageId: Int) extends Product with Serializable

  11. class TaskTimer extends AnyRef

  12. trait ValueExtractor extends AnyRef

Value Members

  1. object Alignment extends Enumeration

    Represents alignment of a cell in a table

  2. object DurationFormatting

    Functions for formatting durations.

  3. object ServoTimer

  4. object SparkMetrics

    Attributes
    protected
  5. object ValueExtractor

Ungrouped