Object

com.netflix.atlas.core.model

MathVocabulary

Related Doc: package model

Permalink

object MathVocabulary extends Vocabulary

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

Type Members

  1. sealed trait AggrWord extends SimpleWord

    Permalink
  2. sealed trait BinaryWord extends SimpleWord

    Permalink
  3. sealed trait UnaryWord extends SimpleWord

    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. object Abs extends UnaryWord with Product with Serializable

    Permalink
  5. object Add extends BinaryWord with Product with Serializable

    Permalink
  6. object And extends BinaryWord with Product with Serializable

    Permalink
  7. object ClampMax extends SimpleWord with Product with Serializable

    Permalink
  8. object ClampMin extends SimpleWord with Product with Serializable

    Permalink
  9. object CommonQuery extends SimpleWord with Product with Serializable

    Permalink
  10. object Const extends SimpleWord with Product with Serializable

    Permalink
  11. object Count extends AggrWord with Product with Serializable

    Permalink
  12. object Divide extends BinaryWord with Product with Serializable

    Permalink
  13. object FAdd extends BinaryWord with Product with Serializable

    Permalink
  14. object FDivide extends BinaryWord with Product with Serializable

    Permalink
  15. object FMultiply extends BinaryWord with Product with Serializable

    Permalink
  16. object FSubtract extends BinaryWord with Product with Serializable

    Permalink
  17. object GreaterThan extends BinaryWord with Product with Serializable

    Permalink
  18. object GreaterThanEqual extends BinaryWord with Product with Serializable

    Permalink
  19. object GroupBy extends SimpleWord with Product with Serializable

    Permalink
  20. object LessThan extends BinaryWord with Product with Serializable

    Permalink
  21. object LessThanEqual extends BinaryWord with Product with Serializable

    Permalink
  22. object Max extends AggrWord with Product with Serializable

    Permalink
  23. object Min extends AggrWord with Product with Serializable

    Permalink
  24. object Multiply extends BinaryWord with Product with Serializable

    Permalink
  25. object NamedRewrite extends Word with Product with Serializable

    Permalink
  26. object Negate extends UnaryWord with Product with Serializable

    Permalink
  27. object Or extends BinaryWord with Product with Serializable

    Permalink
  28. object PerStep extends UnaryWord with Product with Serializable

    Permalink
  29. object Percentiles extends SimpleWord with Product with Serializable

    Permalink

    Compute estimated percentile values using counts for well known buckets.

    Compute estimated percentile values using counts for well known buckets. See spectator PercentileBuckets for more information. The input will be grouped by the percentile key with each key value being the bucket index. The output will be one line per requested percentile. The value should be a sum or group by. Other aggregate types, such as max, will automatically be converted to sum.

  30. object Power extends BinaryWord with Product with Serializable

    Permalink
  31. object Random extends SimpleWord with Product with Serializable

    Permalink
  32. object SeededRandom extends SimpleWord with Product with Serializable

    Permalink
  33. object Sqrt extends UnaryWord with Product with Serializable

    Permalink
  34. object Subtract extends BinaryWord with Product with Serializable

    Permalink
  35. object Sum extends AggrWord with Product with Serializable

    Permalink
  36. object Time extends SimpleWord with Product with Serializable

    Permalink
  37. object TimeSpan extends Word with Product with Serializable

    Permalink
  38. def allWords: List[Word]

    Permalink

    Return a flattened list of all words from this vocabulary plus words from all dependencies.

    Return a flattened list of all words from this vocabulary plus words from all dependencies.

    Definition Classes
    Vocabulary
  39. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  41. def dependencies: List[Vocabulary]

    Permalink

    Return a flattened list of all dependency vocabularies.

    Return a flattened list of all dependency vocabularies.

    Definition Classes
    Vocabulary
  42. val dependsOn: List[Vocabulary]

    Permalink
    Definition Classes
    MathVocabularyVocabulary
  43. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. val name: String

    Permalink
    Definition Classes
    MathVocabularyVocabulary
  49. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toMarkdown: String

    Permalink
    Definition Classes
    Vocabulary
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. val words: List[Word]

    Permalink
    Definition Classes
    MathVocabularyVocabulary

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 Vocabulary

Inherited from AnyRef

Inherited from Any

Ungrouped