Package

com.groupon.sparklint

analyzer

Permalink

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

    Permalink

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

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

    time

    the starting time of the interval

    allocated

    number of CPU millis allocated during this interval

    byLocality

    number of CPU millis used towards certain locality during this interval

    byPool

    number of CPU millis used towards certain pool during this interval

    Since

    9/23/16.

  2. trait SparklintAnalyzerLike extends AnyRef

    Permalink

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

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

    Since

    6/13/16.

  3. class SparklintStateAnalyzer extends SparklintAnalyzerLike

    Permalink

    An implementation of SparklintAnalyzerLike that can analyze a SparklintState

    An implementation of SparklintAnalyzerLike that can analyze a SparklintState

    Since

    9/23/16.

Ungrouped