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