Package com.linkedin.alpini.base.hash
Interface HashFunction
-
- All Known Implementing Classes:
FnvHashFunction,JenkinsHashFunction
public interface HashFunctionForked from com.linkedin.databus.core.util @ r293057
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longhash(byte[] key, int numBuckets)longhash(long key, int numBuckets)longhash(java.nio.ByteBuffer buf)longhash(java.nio.ByteBuffer buf, int off, int len)
-