| Package | Description |
|---|---|
| org.elasticsearch.common.hash |
| Modifier and Type | Method and Description |
|---|---|
static MurmurHash3.Hash128 |
MurmurHash3.hash128(byte[] key,
int offset,
int length,
long seed,
MurmurHash3.Hash128 hash)
Compute the hash of the MurmurHash3_x64_128 hashing function.
|
| Modifier and Type | Method and Description |
|---|---|
static MurmurHash3.Hash128 |
MurmurHash3.hash128(byte[] key,
int offset,
int length,
long seed,
MurmurHash3.Hash128 hash)
Compute the hash of the MurmurHash3_x64_128 hashing function.
|
Copyright © 2009–2017. All rights reserved.