public final class UUIDKey extends HashGroupedKey<java.util.UUID>
BlueCollection or BlueIndex. The hashcode of these keys
is used to determine the location of the corresponding values on disk. Collections with this type of key will
be unordered and if the hash is good then they will be spread fairly evenly across the collection segments. This
means that there will be few collisions and high i-node usage. nullSafeClassComparator| Constructor and Description |
|---|
UUIDKey(java.util.UUID id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
getId() |
equals, getGroupingNumber, hashCode, postGroupingNumberCompareTo, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareCanonicalClassNames, compareCanonicalClassNames, compareTo, compareWithNullsLast, getIntegerIdIfPresent, getLongIdIfPresent, isInRange, unsafeCompareCanonicalClassNamespublic java.util.UUID getId()
getId in class HashGroupedKey<java.util.UUID>