com.datastax.spark.connector

metrics

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. trait CCSTimer extends Timer

  2. trait MetricsUpdater extends AnyRef

    The base trait for metrics updaters implementations.

    The base trait for metrics updaters implementations. The metrics updater is an object which provides a unified way to update all the relevant metrics which are collected for the particular type of activity. The connector provides InputMetricsUpdater and OutputMetricsUpdater which are aimed to update all the read and write metrics respectively.

  3. trait SimpleTimer extends Timer

  4. trait Timer extends AnyRef

    Timer mixin allows to measure the time of a task - or, in other words - the time from creating an instance to calling com.codahale.metrics.Timer.Context.stop method.

Value Members

  1. object InputMetricsUpdater

  2. object OutputMetricsUpdater extends Logging

Ungrouped