Class

ai.chronon.api

Aggregation

Related Doc: package api

Permalink

class Aggregation extends TBase[Aggregation, _Fields] with Serializable with Cloneable with Comparable[Aggregation]

Linear Supertypes
Cloneable, TBase[Aggregation, _Fields], Serializable, TSerializable, Comparable[Aggregation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aggregation
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Aggregation(other: Aggregation)

    Permalink
  2. new Aggregation()

    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 addToBuckets(elem: String): Unit

    Permalink
  5. def addToWindows(elem: Window): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clear(): Unit

    Permalink
    Definition Classes
    Aggregation → TBase
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareTo(other: Aggregation): Int

    Permalink
    Definition Classes
    Aggregation → Comparable
  10. def deepCopy(): Aggregation

    Permalink
    Definition Classes
    Aggregation → TBase
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(that: Aggregation): Boolean

    Permalink
  13. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Aggregation → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields

    Permalink
    Definition Classes
    Aggregation → TBase
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getArgMap(): Map[String, String]

    Permalink
  17. def getArgMapSize(): Int

    Permalink
  18. def getBuckets(): List[String]

    Permalink
  19. def getBucketsIterator(): Iterator[String]

    Permalink
  20. def getBucketsSize(): Int

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getFieldValue(field: _Fields): AnyRef

    Permalink
    Definition Classes
    Aggregation → TBase
  23. def getInputColumn(): String

    Permalink
  24. def getOperation(): Operation

    Permalink
  25. def getWindows(): List[Window]

    Permalink
  26. def getWindowsIterator(): Iterator[Window]

    Permalink
  27. def getWindowsSize(): Int

    Permalink
  28. def hashCode(): Int

    Permalink
    Definition Classes
    Aggregation → AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isSet(field: _Fields): Boolean

    Permalink
    Definition Classes
    Aggregation → TBase
  31. def isSetArgMap(): Boolean

    Permalink
  32. def isSetBuckets(): Boolean

    Permalink
  33. def isSetInputColumn(): Boolean

    Permalink
  34. def isSetOperation(): Boolean

    Permalink
  35. def isSetWindows(): Boolean

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def putToArgMap(key: String, val: String): Unit

    Permalink
  40. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    Aggregation → TSerializable
  41. def setArgMap(argMap: Map[String, String]): Aggregation

    Permalink
  42. def setArgMapIsSet(value: Boolean): Unit

    Permalink
  43. def setBuckets(buckets: List[String]): Aggregation

    Permalink
  44. def setBucketsIsSet(value: Boolean): Unit

    Permalink
  45. def setFieldValue(field: _Fields, value: Any): Unit

    Permalink
    Definition Classes
    Aggregation → TBase
  46. def setInputColumn(inputColumn: String): Aggregation

    Permalink
  47. def setInputColumnIsSet(value: Boolean): Unit

    Permalink
  48. def setOperation(operation: Operation): Aggregation

    Permalink
  49. def setOperationIsSet(value: Boolean): Unit

    Permalink
  50. def setWindows(windows: List[Window]): Aggregation

    Permalink
  51. def setWindowsIsSet(value: Boolean): Unit

    Permalink
  52. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Aggregation → AnyRef → Any
  54. def unsetArgMap(): Unit

    Permalink
  55. def unsetBuckets(): Unit

    Permalink
  56. def unsetInputColumn(): Unit

    Permalink
  57. def unsetOperation(): Unit

    Permalink
  58. def unsetWindows(): Unit

    Permalink
  59. def validate(): Unit

    Permalink
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    Aggregation → TSerializable

Inherited from Cloneable

Inherited from TBase[Aggregation, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[Aggregation]

Inherited from AnyRef

Inherited from Any

Ungrouped