colossus.metrics

RichMetricMap

Related Doc: package metrics

implicit final class RichMetricMap extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichMetricMap
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichMetricMap(underlying: MetricMap)

Value Members

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

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

    Definition Classes
    Any
  3. def +(metric: Metric): MetricMap

  4. def <<(given: MetricMap): MetricMap

    Inserts the values from the given map into this map, merging any values with the same address, but if two values collide, the value from the given map overwrites the value in this map.

    Inserts the values from the given map into this map, merging any values with the same address, but if two values collide, the value from the given map overwrites the value in this map. Thus this function is not commutative!

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addTags(globalTags: TagMap): MetricMap

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def filter(f: MetricFilter): MetricMap

  9. def filter(filters: Seq[MetricFilter]): MetricMap

  10. def fragments: Seq[MetricFragment]

  11. def fragments(globalTags: TagMap): Seq[MetricFragment]

  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def prefix(address: MetricAddress): MetricMap

  15. def toJson: JValue

  16. def toString(): String

    Definition Classes
    Any
  17. val underlying: MetricMap

Inherited from AnyVal

Inherited from Any

Ungrouped