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
Methods inherited from interface org.apache.pulsar.common.util.Hash
makeHash
-
Method Details
-
makeHash
Generate the hash of a given String.- Returns:
- The hash of , which is non-negative integer.
-