Uses of Class
org.elasticsearch.common.hash.MurmurHash3.Hash128
-
Packages that use MurmurHash3.Hash128 Package Description org.elasticsearch.common.hash -
-
Uses of MurmurHash3.Hash128 in org.elasticsearch.common.hash
Methods in org.elasticsearch.common.hash that return MurmurHash3.Hash128 Modifier and Type Method Description static MurmurHash3.Hash128MurmurHash3. hash128(byte[] key, int offset, int length, long seed, MurmurHash3.Hash128 hash)Compute the hash of the MurmurHash3_x64_128 hashing function.Methods in org.elasticsearch.common.hash with parameters of type MurmurHash3.Hash128 Modifier and Type Method Description static MurmurHash3.Hash128MurmurHash3. hash128(byte[] key, int offset, int length, long seed, MurmurHash3.Hash128 hash)Compute the hash of the MurmurHash3_x64_128 hashing function.
-