Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BloomFilter[T](filter: RoaringBloomFilter[T] = new RoaringBloomFilter[T]( BloomFilter.ExpectedElements, BloomFilter.FalsePositive )) extends Serializable with Product

    A serializable Bloom filter implementation based on a Roaring bitmap.

    A serializable Bloom filter implementation based on a Roaring bitmap.

    filter

    the underlying bitmap for the Bloom filter

    Annotations
    @SerialVersionUID()
  2. final class Histogram extends Serializable

    A histogram of the values in a given set.:w

    A histogram of the values in a given set.:w

    Annotations
    @SerialVersionUID() @SuppressWarnings()
  3. class HyperLogLog extends Serializable

    A HyperLogLog data structure to track the cardinality of a set of values.

    A HyperLogLog data structure to track the cardinality of a set of values.

    Annotations
    @SerialVersionUID()
  4. final case class JsonPointer(parts: List[String] = List.empty, isAbsolute: Boolean = true) extends Product with Serializable

Value Members

  1. object BloomFilter extends Serializable
  2. object Histogram extends Serializable
  3. object HyperLogLog extends Serializable
  4. object JsonPointer extends Serializable

Ungrouped