Trait

com.netflix.atlas.core.model.MathExpr

AggrMathExpr

Related Doc: package MathExpr

Permalink

trait AggrMathExpr extends TimeSeriesExpr with BinaryOp

Linear Supertypes
(Double, Double) ⇒ Double, TimeSeriesExpr, Expr, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggrMathExpr
  2. Function2
  3. TimeSeriesExpr
  4. Expr
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: Double, v2: Double): Double

    Permalink
    Definition Classes
    Function2
  2. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  3. abstract def expr: TimeSeriesExpr

    Permalink
  4. abstract def name: String

    Permalink
  5. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  6. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def curried: (Double) ⇒ (Double) ⇒ Double

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  7. def dataExprs: List[DataExpr]

    Permalink

    The underlying data expressions that supply input for the evaluation.

    The underlying data expressions that supply input for the evaluation. These are used to fetch data from the data stores. There may be some expressions types that generate data and will have an empty set. Examples are constants, random, or time.

    Definition Classes
    AggrMathExprTimeSeriesExpr
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def eval(context: EvalContext, data: Map[DataExpr, List[TimeSeries]]): ResultSet

    Permalink
    Definition Classes
    AggrMathExprTimeSeriesExpr
  11. def eval(context: EvalContext, data: List[TimeSeries]): ResultSet

    Permalink
    Definition Classes
    TimeSeriesExpr
  12. def exprString: String

    Permalink

    Returns a string that can be executed with the stack interpreter to create this expression.

    Returns a string that can be executed with the stack interpreter to create this expression.

    Definition Classes
    Expr
  13. def finalGrouping: List[String]

    Permalink

    Returns the final grouping for the expression.

    Returns the final grouping for the expression. For non-grouped expressions this will be an empty list. If a multi-level group by is used, then this will return the grouping of the final result and ignore any intermediate groupings.

    Definition Classes
    AggrMathExprTimeSeriesExpr
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def groupByKey(tags: Map[String, String]): Option[String]

    Permalink

    Returns the grouping key generated for a given tag map.

    Returns the grouping key generated for a given tag map. All keys for the group by must be present in the map.

    Definition Classes
    AggrMathExprTimeSeriesExpr
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def isGrouped: Boolean

    Permalink

    Returns true if the result is grouped.

    Returns true if the result is grouped. See GroupBy operators.

    Definition Classes
    AggrMathExprTimeSeriesExpr
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  23. def productPrefix: String

    Permalink
    Definition Classes
    Product
  24. def rewrite(f: PartialFunction[Expr, Expr]): Expr

    Permalink

    Rewrite the expression using the specified function.

    Rewrite the expression using the specified function. The default implementation will try to recursively apply the rewrite to case classes.

    Definition Classes
    Expr
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AggrMathExpr → Function2 → AnyRef → Any
  27. def tupled: ((Double, Double)) ⇒ Double

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  28. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withOffset(d: Duration): TimeSeriesExpr

    Permalink

    Apply a time shift to all underlying data expressions.

    Apply a time shift to all underlying data expressions.

    Definition Classes
    TimeSeriesExpr

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 (Double, Double) ⇒ Double

Inherited from TimeSeriesExpr

Inherited from Expr

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped