public class IntegerInlineIndexKeyType extends NumericInlineIndexKeyType<IntegerIndexKey>
Integer values.CANT_BE_COMPARE, COMPARE_UNSUPPORTED, keySize, VARTYPE_HEADER_SIZE| Constructor and Description |
|---|
IntegerInlineIndexKeyType()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare0(long pageAddr,
int off,
IndexKey key)
Compares inlined and given value.
|
protected IntegerIndexKey |
get0(long pageAddr,
int off)
Restores value from inline.
|
protected int |
put0(long pageAddr,
int off,
IntegerIndexKey key,
int maxSize)
Puts given value into inline index tree.
|
inlineSize0, isComparableTocompare, get, inlinedFullValue, inlineSize, inlineSize, inlineSize, isNull, keySize, put, readBytes, typeprotected int put0(long pageAddr,
int off,
IntegerIndexKey key,
int maxSize)
put0 in class NullableInlineIndexKeyType<IntegerIndexKey>pageAddr - Page address.off - Offset.key - Value.maxSize - Max size.protected IntegerIndexKey get0(long pageAddr, int off)
get0 in class NullableInlineIndexKeyType<IntegerIndexKey>pageAddr - Page address.off - Offset.public int compare0(long pageAddr,
int off,
IndexKey key)
compare0 in class NullableInlineIndexKeyType<IntegerIndexKey>pageAddr - Page address.off - Offset.key - Value that should be compare.NullableInlineIndexKeyType.CANT_BE_COMPARE if inlined part
is not enough to compare, or NullableInlineIndexKeyType.COMPARE_UNSUPPORTED if given value
can't be compared with inlined part at all.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023