sealed trait MetricEngineAPI extends EnumEntry

Metrics can be processed either with use of Spark RDD API or Spark DF API.

Linear Supertypes
EnumEntry, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricEngineAPI
  2. EnumEntry
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def entryName: String
    Definition Classes
    EnumEntry