org.apache.spark

metrics

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. trait CCSTimer extends Timer

  2. class CassandraConnectorSource extends Source

    This class is a Source implementation for Cassandra Connector related Codahale metrics.

  3. sealed trait InputMetricsUpdater extends MetricsUpdater

    A trait that provides a method to update read metrics which are collected for connector related tasks.

  4. trait MetricsUpdater extends AnyRef

    The base trait for metrics updaters implementations.

  5. sealed trait OutputMetricsUpdater extends MetricsUpdater

    A trait that provides a method to update write metrics which are collected for connector related tasks.

  6. trait SimpleTimer extends Timer

  7. 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 CassandraConnectorSource

  2. object InputMetricsUpdater

  3. object OutputMetricsUpdater extends Logging

Ungrouped