| Modifier and Type | Method and Description |
|---|---|
static LongTupleHashFunction |
LongTupleHashFunction.murmur_3()
Returns a 128-bit hash function implementing
MurmurHash3
algorithm without seed values.
|
static LongTupleHashFunction |
LongTupleHashFunction.murmur_3(long seed)
Returns a 128-bit hash function implementing
MurmurHash3
algorithm with the given seed value.
|
static LongTupleHashFunction |
LongTupleHashFunction.xx128()
Returns a 128-bit hash function implementing
XXH3 128bit algorithm without seed values
(0 is used as default seed value).
|
static LongTupleHashFunction |
LongTupleHashFunction.xx128(long seed)
Returns a hash function implementing
XXH3 128bit algorithm with the given seed
value.
|
Copyright © 2014–2022. All rights reserved.