com.twitter.algebird

HyperLogLogMonoid

Related Doc: package algebird

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: 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. def apply[T](t: T)(implicit arg0: (T) ⇒ Array[Byte]): HLL

  5. final def asInstanceOf[T0]: T0

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

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

  8. val bits: Int

  9. def clone(): AnyRef

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

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

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

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

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

  15. def finalize(): Unit

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

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

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

  19. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Definition Classes
    HyperLogLogMonoidSemigroup
  26. val size: Int

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

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

    Definition Classes
    Monoid
  29. 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
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

    Definition Classes
    HyperLogLogMonoidMonoid

Inherited from Monoid[HLL]

Inherited from Semigroup[HLL]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped