Packages

object BulletSparkMetrics extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulletSparkMetrics
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val QUERIES_DONE_METRIC: String
  2. val QUERIES_RECEIVED_METRIC: String
  3. val QUERIES_RUNNING_METRIC: String
  4. def getInstance(ssc: StreamingContext, broadcastedConfig: Broadcast[BulletSparkConfig]): BulletSparkMetrics
  5. def newQueryReceived(metrics: BulletSparkMetrics): Unit

    Update the metrics when receiving a query.

    Update the metrics when receiving a query.

    metrics

    The com.yahoo.bullet.spark.BulletSparkMetrics instance.

  6. def queryFinished(metrics: BulletSparkMetrics): Unit

    Update the metrics when a query is done.

    Update the metrics when a query is done.

    metrics

    The com.yahoo.bullet.spark.BulletSparkMetrics instance.