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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
hash(byte[] key, int numBuckets)
long
hash(long key, int numBuckets)
long
hash(java.nio.ByteBuffer buf)
long
hash(java.nio.ByteBuffer buf, int off, int len)
-