package utils
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- 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()
- 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()
- final case class JsonPointer(parts: List[String] = List.empty, isAbsolute: Boolean = true) extends Product with Serializable
Value Members
- object BloomFilter extends Serializable
- object Histogram extends Serializable
- object HyperLogLog extends Serializable
- object JsonPointer extends Serializable