public final class LongKey extends ValueKey
BlueCollection or BlueIndex. Values inserted with
 this key will be ordered and will fill up an entire segment before creating a new one. I-node usage will grow
 as new segments are needed.nullSafeClassComparator| Constructor and Description | 
|---|
| LongKey(long id) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| long | getGroupingNumber()Returns the grouping number which helps to determine the order and location of the key/value pairs on disk | 
| long | getId() | 
| java.lang.Long | getLongIdIfPresent()Convenience method to get the underlying Long value if this is a LongKey | 
| int | hashCode() | 
| int | postGroupingNumberCompareTo(BlueKey other)This is used to order the key/value pairs on disk. | 
| java.lang.String | toString() | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareCanonicalClassNames, compareCanonicalClassNames, compareTo, compareWithNullsLast, getIntegerIdIfPresent, isInRange, unsafeCompareCanonicalClassNamespublic long getId()
public long getGroupingNumber()
BlueKeypublic int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
toString in class java.lang.Objectpublic int postGroupingNumberCompareTo(BlueKey other)
BlueKeypublic java.lang.Long getLongIdIfPresent()
BlueKey