| 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.
|
Copyright © 2014–2020. All rights reserved.