Package org.apache.pulsar.client.impl
Interface Hash
-
- All Superinterfaces:
org.apache.pulsar.common.util.Hash
- All Known Implementing Classes:
JavaStringHash,Murmur3Hash32
public interface Hash extends org.apache.pulsar.common.util.Hash
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intmakeHash(java.lang.String s)Generate the hash of a given String.
-