Packages

abstract class CustomSumMetric extends CustomMetric

Annotations
@Evolving()
Source
CustomSumMetric.java
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomSumMetric
  2. CustomMetric
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomSumMetric()

Abstract Value Members

  1. abstract def description(): String
    Definition Classes
    CustomMetric
  2. abstract def name(): String
    Definition Classes
    CustomMetric

Concrete Value Members

  1. def aggregateTaskMetrics(taskMetrics: Array[Long]): String
    Definition Classes
    CustomSumMetricCustomMetric
    Annotations
    @Override()