@InterfaceAudience.Public @InterfaceStability.Stable public final class HashFunction extends Object
The general behavior of a key being stored in a filter
,
The general behavior of a filter
Constructor and Description |
---|
HashFunction(int maxValue,
int nbHash,
int hashType)
Constructor.
|
public HashFunction(int maxValue, int nbHash, int hashType)
Builds a hash function that must obey to a given maximum number of returned values and a highest value.
maxValue
- The maximum highest returned value.nbHash
- The number of resulting hashed values.hashType
- type of the hashing function (see Hash
).Copyright © 2017 Apache Software Foundation. All rights reserved.