Package org.apache.pulsar.common.util
Class Murmur3_32Hash
- java.lang.Object
-
- org.apache.pulsar.common.util.Murmur3_32Hash
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HashgetInstance()intmakeHash(byte[] b)Generate the hash of a given byte array.
-