TimeSeq

com.netflix.atlas.core.model.TimeSeq
trait TimeSeq

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def apply(timestamp: Long): Double
def dsType: DsType
def step: Long

Attributes

Concrete methods

def bounded(s: Long, e: Long): ArrayTimeSeq
def foreach(s: Long, e: Long)(f: (Long, Double) => Unit): Unit

Fast loop with no intermediate object creation.

Fast loop with no intermediate object creation.

Attributes

def mapValues(f: Double => Double): TimeSeq