com.twitter.algebird

HyperLogLogMonoid

class HyperLogLogMonoid extends Monoid[HLL]

Linear Supertypes
Monoid[HLL], Semigroup[HLL], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HyperLogLogMonoid
  2. Monoid
  3. Semigroup
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HyperLogLogMonoid(bits: Int)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[T](t: T)(implicit arg0: (T) ⇒ Array[Byte]): HLL

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def assertNotZero(v: HLL): Unit

    Definition Classes
    Monoid
  9. def batchCreate[T](instances: Iterable[T])(implicit arg0: (T) ⇒ Array[Byte]): HLL

  10. val bits: Int

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def create(example: Array[Byte]): HLL

  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. final def estimateIntersectionSize(his: Seq[HLL]): Double

  16. final def estimateSize(hll: HLL): Double

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def intersectionSize(his: Seq[HLL]): Approximate[Long]

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isNonZero(v: HLL): Boolean

    Definition Classes
    Monoid
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def nonZeroOption(v: HLL): Option[HLL]

    Definition Classes
    Monoid
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def plus(left: HLL, right: HLL): HLL

    Definition Classes
    HyperLogLogMonoidSemigroup
  28. val size: Int

  29. final def sizeOf(hll: HLL): Approximate[Long]

  30. def sum(vs: TraversableOnce[HLL]): HLL

    Definition Classes
    Monoid
  31. def sumOption(items: TraversableOnce[HLL]): Option[HLL]

    override this if there is a faster way to do this sum than reduceLeftOption on plus

    override this if there is a faster way to do this sum than reduceLeftOption on plus

    Definition Classes
    HyperLogLogMonoidSemigroup
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val zero: HLL

    Definition Classes
    HyperLogLogMonoidMonoid

Inherited from Monoid[HLL]

Inherited from Semigroup[HLL]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped