Class

com.netflix.atlas.core.model

ArrayTimeSeq

Related Doc: package model

Permalink

final class ArrayTimeSeq extends TimeSeq

Linear Supertypes
TimeSeq, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayTimeSeq
  2. TimeSeq
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArrayTimeSeq(dsType: DsType, start: Long, step: Long, data: Array[Double])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(timestamp: Long): Double

    Permalink
    Definition Classes
    ArrayTimeSeqTimeSeq
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bounded(s: Long, e: Long): ArrayTimeSeq

    Permalink
    Definition Classes
    TimeSeq
  7. def canEqual(other: Any): Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val data: Array[Double]

    Permalink
  10. val dsType: DsType

    Permalink
    Definition Classes
    ArrayTimeSeqTimeSeq
  11. def end: Long

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ArrayTimeSeq → AnyRef → Any
  14. def foreach(s: Long, e: Long)(f: (Long, Double) ⇒ Unit): Unit

    Permalink

    Fast loop with no intermediate object creation.

    Fast loop with no intermediate object creation.

    Definition Classes
    TimeSeq
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    ArrayTimeSeq → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mapValues(f: (Double) ⇒ Double): TimeSeq

    Permalink
    Definition Classes
    TimeSeq
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. val start: Long

    Permalink
  23. val step: Long

    Permalink

    Definition Classes
    ArrayTimeSeqTimeSeq
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    ArrayTimeSeq → AnyRef → Any
  26. def update(op: (Double) ⇒ Double): Unit

    Permalink
  27. def update(ts: TimeSeq)(op: BinaryOp): Unit

    Permalink
  28. def update(ts: ArrayTimeSeq)(op: BinaryOp): Unit

    Permalink

    This overload is to improve performance when updating with another implementation of the same class.

    This overload is to improve performance when updating with another implementation of the same class. It will restrict the update to the shared range between the two time series and uses array lookups directly in the core loop to avoid expensive operations on long values when using the timestamp as the index.

  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TimeSeq

Inherited from AnyRef

Inherited from Any

Ungrouped