OffsetTimeSeq

com.netflix.atlas.core.model.OffsetTimeSeq
class OffsetTimeSeq(seq: TimeSeq, offset: Long) 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
def step: Long

Attributes

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