| BooleanInlineIndexKeyType |
Inline index key implementation for inlining Boolean values.
|
| ByteInlineIndexKeyType |
Inline index key implementation for inlining Byte values.
|
| BytesInlineIndexKeyType |
Inline index key implementation for inlining byte arrays.
|
| DateInlineIndexKeyType |
Inline index key implementation for inlining DateIndexKey values.
|
| DateValueUtils |
DateValue is a representation of a date in bit form:
dv = (year << SHIFT_YEAR) | (month << SHIFT_MONTH) | day.
|
| DoubleInlineIndexKeyType |
Inline index key implementation for inlining Double values.
|
| FloatInlineIndexKeyType |
Inline index key implementation for inlining Float values.
|
| IntegerInlineIndexKeyType |
Inline index key implementation for inlining Integer values.
|
| LongInlineIndexKeyType |
Inline index column implementation for inlining Long values.
|
| NullableInlineIndexKeyType<T extends IndexKey> |
Abstract inline key.
|
| NumericInlineIndexKeyType<T extends IndexKey> |
Inline index key implementation for inlining numeric values.
|
| ObjectByteArrayInlineIndexKeyType |
Inline index key implementation for inlining Java Objects as byte array.
|
| ObjectHashInlineIndexKeyType |
Inline index key implementation for inlining hash of Java objects.
|
| ShortInlineIndexKeyType |
Inline index key implementation for inlining Short values.
|
| SignedBytesInlineIndexKeyType |
Inline index key implementation for inlining byte arrays.
|
| StringInlineIndexKeyType |
Inline index key implementation for inlining String values.
|
| StringNoCompareInlineIndexKeyType |
|
| TimeInlineIndexKeyType |
Inline index key implementation for inlining TimeIndexKey values.
|
| TimestampInlineIndexKeyType |
|
| UuidInlineIndexKeyType |
Inline index key implementation for inlining UUID values.
|