com.groupon.sparklint

analyzer

package analyzer

Visibility
  1. Public
  2. All

Type Members

  1. case class CoreUsage(time: Long, allocated: Option[Double], byLocality: Map[TaskLocality, Double], byPool: Map[Symbol, Double]) extends Product with Serializable

    Case class used to contain the load distribution for one unit interval

  2. trait SparklintAnalyzerLike extends AnyRef

    An analyzer is responsible of providing useful stats after processing spark event logs

  3. class SparklintStateAnalyzer extends SparklintAnalyzerLike

    An implementation of SparklintAnalyzerLike that can analyze a SparklintState

Ungrouped