public class Murmur3Hash128 extends Object
| Constructor and Description |
|---|
Murmur3Hash128() |
| Modifier and Type | Method and Description |
|---|---|
static Slice |
hash(long seed,
Slice data,
int offset,
int length) |
static Slice |
hash(Slice data) |
static Slice |
hash(Slice data,
int offset,
int length) |
static long |
hash64(long value)
Special-purpose version for hashing a single long value.
|
static long |
hash64(long seed,
Slice data,
int offset,
int length) |
static long |
hash64(Slice data)
Returns the 64 most significant bits of the Murmur128 hash of the provided value
|
static long |
hash64(Slice data,
int offset,
int length) |
public static long hash64(Slice data)
public static long hash64(Slice data, int offset, int length)
public static long hash64(long seed,
Slice data,
int offset,
int length)
public static long hash64(long value)
Copyright © 2012-2017. All Rights Reserved.