Package org.apache.pulsar.common.util
Interface Hash
-
- All Known Implementing Classes:
Murmur3_32Hash
public interface HashThis interface declares a hash function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intmakeHash(byte[] b)Generate the hash of a given byte array.
-