Interface | Description |
---|---|
ICompactSerializer<T> |
Allows for the controlled serialization/deserialization of a given type.
|
Class | Description |
---|---|
BitSetSerializer | |
BloomCalculations |
The following calculations are taken from:
http://www.cs.wisc.edu/~cao/papers/summary-cache/node8.html
"Bloom Filters - the math"
This class's static methods are meant to facilitate the use of the Bloom
Filter class by helping to choose correct values of 'bits per element' and
'number of hash functions, k'.
|
BloomCalculations.BloomSpecification |
A wrapper class that holds two key parameters for a Bloom Filter: the
number of hash functions used, and the number of buckets per element used.
|
BloomFilter | |
DataInputBuffer |
An implementation of the DataInputStream interface.
|
DataOutputBuffer |
An implementation of the DataOutputStream interface.
|
Filter |
Copyright © 2019. All rights reserved.