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