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