NormalizationCache

com.netflix.atlas.core.norm.NormalizationCache
class NormalizationCache(step: Long, updateF: UpdateFunction, clock: Clock)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

class CacheValue(var lastAccessTime: Long, val f: ValueFunction)

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

type CacheEntry = Entry[ItemId, CacheValue]

Value members

Concrete methods

def updateCounter(id: ItemId, tags: Map[String, String], timestamp: Long, value: Double): Unit
def updateGauge(id: ItemId, tags: Map[String, String], timestamp: Long, value: Double): Unit
def updateRate(id: ItemId, tags: Map[String, String], timestamp: Long, value: Double): Unit
def updateSum(id: ItemId, tags: Map[String, String], timestamp: Long, value: Double): Unit