Class

com.gilt.gfc.aws.cloudwatch.periodic.metric.aggregator

CloudWatchMetricDataAggregatorBuilder

Related Doc: package aggregator

Permalink

case class CloudWatchMetricDataAggregatorBuilder extends Loggable with Product with Serializable

Used to build CloudWatchMetricDataAggregator incrementally. Since case class is immutable, it's possible to e.g. construct an instance with a few parameters filled in and then use it to construct more specialized metric aggregators.

Linear Supertypes
Serializable, Serializable, Product, Equals, Loggable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudWatchMetricDataAggregatorBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Loggable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addDimensions(ds: Dimension*): CloudWatchMetricDataAggregatorBuilder

    Permalink

    Additive version of withDimensions().

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(message: ⇒ String, ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  8. def debug(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  9. def enterMetricNamespace(ns: String): CloudWatchMetricDataAggregatorBuilder

    Permalink

    A naming convention around grouping of related metrics into namespaces.

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def error(message: ⇒ String, ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  12. def error(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  13. def error(ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  14. def fatal(message: ⇒ String, ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  15. def fatal(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  16. def fatal(ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def info(message: ⇒ String, ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  20. def info(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  21. val interval: FiniteDuration

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val metricDimensions: Seq[Seq[Dimension]]

    Permalink
  24. val metricName: Option[String]

    Permalink
  25. val metricNamespace: Option[String]

    Permalink
  26. val metricUnit: StandardUnit

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def start(): CloudWatchMetricDataAggregator

    Permalink

    Constructs CloudWatchMetricDataAggregator and starts submitting collected metrics.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def trace(message: ⇒ String, ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  33. def trace(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def warn(message: ⇒ String, ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  38. def warn(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  39. def withDimensions(ds: Seq[Seq[Dimension]]): CloudWatchMetricDataAggregatorBuilder

    Permalink

    All combinations of dimensions that should be associated with this metric.

    All combinations of dimensions that should be associated with this metric. A dimensionless metric is always submitted too along side these.

  40. def withInterval(i: FiniteDuration): CloudWatchMetricDataAggregatorBuilder

    Permalink

    Aggregation interval, 1 minute by default.

  41. def withMetricName(n: String): CloudWatchMetricDataAggregatorBuilder

    Permalink

    Name of the aggregated metric.

  42. def withMetricNamespace(ns: String): CloudWatchMetricDataAggregatorBuilder

    Permalink

    Full name of the CW metric, @see enterMetricNamespace() for additive version of the same.

  43. def withUnit(u: StandardUnit): CloudWatchMetricDataAggregatorBuilder

    Permalink

    Metric unit.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped