class FrequentItems[T] extends SimpleAggregator[T, ItemsSketchIR[T], Map[String, Long]]

Linear Supertypes
SimpleAggregator[T, ItemsSketchIR[T], Map[String, Long]], BaseAggregator[T, ItemsSketchIR[T], Map[String, Long]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrequentItems
  2. SimpleAggregator
  3. BaseAggregator
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FrequentItems(mapSize: Int, errorType: ErrorType = ErrorType.NO_FALSE_POSITIVES)(implicit arg0: FrequentItemsFriendly[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bulkMerge(irs: Iterator[ItemsSketchIR[T]]): ItemsSketchIR[T]
    Definition Classes
    BaseAggregator
  6. def clone(ir: Sketch): Sketch
    Definition Classes
    FrequentItemsBaseAggregator
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def delete(ir: ItemsSketchIR[T], input: T): ItemsSketchIR[T]
    Definition Classes
    SimpleAggregator
  9. def denormalize(normalized: Any): Sketch
    Definition Classes
    FrequentItemsBaseAggregator
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val errorType: ErrorType
  13. def finalize(ir: Sketch): Map[String, Long]
    Definition Classes
    FrequentItemsBaseAggregator
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def inversePrepare(input: T): ItemsSketchIR[T]
    Definition Classes
    SimpleAggregator
  18. def irType: DataType
    Definition Classes
    FrequentItemsBaseAggregator
  19. def isDeletable: Boolean
    Definition Classes
    BaseAggregator
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val mapSize: Int
  22. def merge(ir1: Sketch, ir2: Sketch): Sketch
    Definition Classes
    FrequentItemsBaseAggregator
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def normalize(ir: Sketch): Array[Byte]
    Definition Classes
    FrequentItemsBaseAggregator
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def outputType: DataType
    Definition Classes
    FrequentItemsBaseAggregator
  28. def prepare(input: T): ItemsSketchIR[T]
    Definition Classes
    FrequentItemsSimpleAggregator
  29. val sketchSize: Int
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toSketch(values: Map[T, Long]): Sketch
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def update(ir: Sketch, input: T): Sketch
    Definition Classes
    FrequentItemsSimpleAggregator
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SimpleAggregator[T, ItemsSketchIR[T], Map[String, Long]]

Inherited from BaseAggregator[T, ItemsSketchIR[T], Map[String, Long]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped