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