Package | Description |
---|---|
org.infinispan.commons.hash |
Commons Hash package
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Class and Description |
---|---|
class |
MurmurHash3
MurmurHash3 implementation in Java, based on Austin Appleby's original in C
Only implementing x64 version, because this should always be faster on 64 bit
native processors, even 64 bit being ran with a 32 bit OS; this should also
be as fast or faster than the x86 version on some modern 32 bit processors.
|
Modifier and Type | Method and Description |
---|---|
static int |
Util.getNormalizedHash(Object object,
Hash hashFct)
Applies the given hash function to the hash code of a given object, and then normalizes it to ensure a positive
value is always returned.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.