TimeWave

com.netflix.atlas.core.util.TimeWave
See theTimeWave companion class
object TimeWave

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TimeWave.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def get(wavelength: Duration, step: Long): TimeWave

Get a cached instance of the time wave function for a given wavelength and step. This should be used where possible to avoid using lots of memory for the precomputed sine values.

Get a cached instance of the time wave function for a given wavelength and step. This should be used where possible to avoid using lots of memory for the precomputed sine values.

Attributes