Interface HyperLogLogOperations<K,V>
@NullUnmarked
public interface HyperLogLogOperations<K,V>
- Since:
- 1.5
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionAdds the given values to the key.voidRemoves the given key.Gets the current number of elements within the key.Merges all values of given sourceKeys into destination key.
-
Method Details
-
add
-
size
-
union
-
delete
-