Packages

package exercise

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CacheTest(input: Option[String], output: Option[String], saveMode: String = SaveModes.error, sleepMs: Long) extends Workload with Product with Serializable
  2. case class CacheTestResult(name: String, timestamp: Long, runTime1: Long, runTime2: Long, runTime3: Long) extends Product with Serializable
  3. case class PartitionAndSleepWorkload(input: Option[String] = None, output: Option[String] = None, saveMode: String = SaveModes.error, partitions: Int, sleepMS: Long) extends Workload with Product with Serializable
  4. case class Sleep(input: Option[String] = None, output: Option[String] = None, saveMode: String = SaveModes.error, sleepMS: Long, distribution: Option[String] = None, distributionMean: Option[Double] = None, distributionStd: Option[Double] = None, distributionMin: Option[Long] = None, distributionMax: Option[Long] = None) extends Workload with Product with Serializable
  5. case class SleepResult(name: String, timestamp: Long, total_runtime: Long) extends Product with Serializable
  6. case class SparkPi(input: Option[String] = None, output: Option[String] = None, saveMode: String = SaveModes.error, slices: Int) extends Workload with Product with Serializable
  7. case class SparkPiResult(name: String, timestamp: Long, total_runtime: Long, pi_approximate: Double) extends Product with Serializable

Value Members

  1. object CacheTest extends WorkloadDefaults with Serializable
  2. object PartitionAndSleepWorkload extends WorkloadDefaults with Serializable
  3. object Sleep extends WorkloadDefaults with Serializable
  4. object SparkPi extends WorkloadDefaults with Serializable

Ungrouped