object BulletSparkMetrics extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BulletSparkMetrics
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val QUERIES_DONE_METRIC: String
- val QUERIES_RECEIVED_METRIC: String
- val QUERIES_RUNNING_METRIC: String
- def getInstance(ssc: StreamingContext, broadcastedConfig: Broadcast[BulletSparkConfig]): BulletSparkMetrics
-
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.
-
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.