@Deprecated public interface Hashing
| Modifier and Type | Field and Description |
|---|---|
static Hashing |
MD5
Deprecated.
|
static ThreadLocal<MessageDigest> |
md5Holder
Deprecated.
|
static Hashing |
MURMUR_HASH
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
hash(byte[] key)
Deprecated.
|
long |
hash(String key)
Deprecated.
|
static final Hashing MURMUR_HASH
static final ThreadLocal<MessageDigest> md5Holder
static final Hashing MD5
long hash(String key)
long hash(byte[] key)
Copyright © 2024. All rights reserved.