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

CloudWatchMetricDataAggregatorBuilder

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addDimensions(ds: Dimension*): CloudWatchMetricDataAggregatorBuilder

    Additive version of withDimensions().

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

    A naming convention around grouping of related metrics into namespaces.

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Loggable
  23. val interval: FiniteDuration

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val metricDimensions: Seq[Seq[Dimension]]

  26. val metricName: Option[String]

  27. val metricNamespace: Option[String]

  28. val metricUnit: StandardUnit

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def start(): CloudWatchMetricDataAggregator

    Constructs CloudWatchMetricDataAggregator and starts submitting collected metrics.

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

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

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

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

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

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

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

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

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

    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.

  42. def withInterval(i: FiniteDuration): CloudWatchMetricDataAggregatorBuilder

    Aggregation interval, 1 minute by default.

  43. def withMetricName(n: String): CloudWatchMetricDataAggregatorBuilder

    Name of the aggregated metric.

  44. def withMetricNamespace(ns: String): CloudWatchMetricDataAggregatorBuilder

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

  45. def withUnit(u: StandardUnit): CloudWatchMetricDataAggregatorBuilder

    Metric unit.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped