Packages

o

org.apache.spark.metrics

GarbageCollectionMetrics

case object GarbageCollectionMetrics extends ExecutorMetricType with Logging with Product with Serializable

Source
ExecutorMetricType.scala
Linear Supertypes
Serializable, Product, Equals, Logging, ExecutorMetricType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GarbageCollectionMetrics
  2. Serializable
  3. Product
  4. Equals
  5. Logging
  6. ExecutorMetricType
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Value Members

  1. val names: Seq[String]
  2. def productElementName(n: Int): String
    Definition Classes
    Product
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product