MapStepTimeSeq

com.netflix.atlas.core.model.MapStepTimeSeq
class MapStepTimeSeq(ts: TimeSeq, val step: Long, cf: ConsolidationFunction) extends TimeSeq

Attributes

Graph
Supertypes
trait TimeSeq
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Inherited methods

def bounded(s: Long, e: Long): ArrayTimeSeq

Attributes

Inherited from:
TimeSeq
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

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

Attributes

Inherited from:
TimeSeq

Concrete fields

val step: Long

Attributes