Package com.linkedin.alpini.base.hash
Interface HashFunction
- All Known Implementing Classes:
FnvHashFunction
,JenkinsHashFunction
public interface HashFunction
Forked from com.linkedin.databus.core.util @ r293057
-
Method Summary
Modifier and TypeMethodDescriptionlong
hash
(byte[] key, int numBuckets) long
hash
(long key, int numBuckets) long
hash
(ByteBuffer buf) long
hash
(ByteBuffer buf, int off, int len)
-
Method Details
-
hash
-
hash
-
hash
long hash(byte[] key, int numBuckets) -
hash
long hash(long key, int numBuckets)
-