| Modifier and Type | Method and Description |
|---|---|
List<InlineIndexKeyType> |
InlineIndexRowHandler.inlineIndexKeyTypes() |
| Modifier and Type | Method and Description |
|---|---|
static InlineIndexKeyType |
InlineIndexKeyTypeRegistry.get(IndexKey key,
int expType,
IndexKeyTypeSettings keyTypeSettings)
Get key type for specified key.
|
static InlineIndexKeyType |
InlineIndexKeyTypeRegistry.get(int expType,
IndexKeyTypeSettings keyTypeSettings)
Get key type for a class.
|
| Modifier and Type | Method and Description |
|---|---|
static List<InlineIndexKeyType> |
InlineIndexKeyTypeRegistry.types(List<IndexKeyDefinition> keyDefs,
IndexKeyTypeSettings settings)
Return list of key types for specified key definitions and key type settings.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
InlineIndexTree.computeInlineSize(List<InlineIndexKeyType> keyTypes,
int cfgInlineSize,
int maxInlineSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanInlineIndexKeyType
Inline index key implementation for inlining
Boolean values. |
class |
ByteInlineIndexKeyType
Inline index key implementation for inlining
Byte values. |
class |
BytesInlineIndexKeyType
Inline index key implementation for inlining byte arrays.
|
class |
DateInlineIndexKeyType
Inline index key implementation for inlining
AbstractDateIndexKey values. |
class |
DoubleInlineIndexKeyType
Inline index key implementation for inlining
Double values. |
class |
FloatInlineIndexKeyType
Inline index key implementation for inlining
Float values. |
class |
IntegerInlineIndexKeyType
Inline index key implementation for inlining
Integer values. |
class |
LongInlineIndexKeyType
Inline index column implementation for inlining
Integer values. |
class |
NullableInlineIndexKeyType<T extends IndexKey>
Abstract inline key.
|
class |
ObjectByteArrayInlineIndexKeyType
Inline index key implementation for inlining Java Objects as byte array.
|
class |
ObjectHashInlineIndexKeyType
Inline index key implementation for inlining hash of Java objects.
|
class |
ShortInlineIndexKeyType
Inline index key implementation for inlining
Short values. |
class |
SignedBytesInlineIndexKeyType
Inline index key implementation for inlining byte arrays.
|
class |
StringInlineIndexKeyType
Inline index key implementation for inlining
String values. |
class |
StringNoCompareInlineIndexKeyType
Skip optimized String comparison implemented in
StringInlineIndexKeyType. |
class |
TimeInlineIndexKeyType
Inline index key implementation for inlining
AbstractTimeIndexKey values. |
class |
TimestampInlineIndexKeyType
Inline index key implementation for inlining
AbstractTimestampIndexKey values. |
class |
UuidInlineIndexKeyType
Inline index key implementation for inlining
UUID values. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021