| Package | Description |
|---|---|
| org.apache.activemq.apollo.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Hasher.MessageDigestFactory
A HashAlgorithim instance which use a MessageDigest
algorithim to compute the hash value.
|
| Modifier and Type | Field and Description |
|---|---|
static Hasher.HashAlgorithim |
Hasher.CRC32
A HashAlgorithim instance which uses CRC32 checksum
algorithim to compute the hash value.
|
static Hasher.HashAlgorithim |
Hasher.FNV1A
A HashAlgorithim instance which uses the Fowler/Noll/Vo FNV-1a hash
algorithim to compute the hash value.
|
static Hasher.HashAlgorithim |
Hasher.JENKINS
A HashAlgorithim instance which uses the Jenkins hash algorithim
to compute the hash value.
|
static Hasher.HashAlgorithim |
Hasher.MD5 |
static Hasher.HashAlgorithim |
Hasher.MURMUR
A HashAlgorithim instance which uses the Murmur hash algorithim
to compute the hash value.
|
| Constructor and Description |
|---|
Hasher.BinaryHasher(org.fusesource.hawtbuf.codec.Codec<N> nodeCodec,
org.fusesource.hawtbuf.codec.Codec<K> keyCodec,
Hasher.HashAlgorithim hashAlgorithim) |
Hasher.ToStringHasher(Hasher.HashAlgorithim hashAlgorithim) |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.