Package org.apache.pulsar.client.impl
Class Murmur3Hash32
- java.lang.Object
-
- org.apache.pulsar.client.impl.Murmur3Hash32
-
-
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.
-