public class InlineIndexKeyTypeRegistry extends Object
IndexKeyTypes that supports inlining.| Constructor and Description |
|---|
InlineIndexKeyTypeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static InlineIndexKeyType |
get(IndexKey key,
int expType,
IndexKeyTypeSettings keyTypeSettings)
Get key type for specified key.
|
static InlineIndexKeyType |
get(int expType,
IndexKeyTypeSettings keyTypeSettings)
Get key type for a class.
|
static List<InlineIndexKeyType> |
types(List<IndexKeyDefinition> keyDefs,
IndexKeyTypeSettings settings)
Return list of key types for specified key definitions and key type settings.
|
public static InlineIndexKeyType get(int expType, IndexKeyTypeSettings keyTypeSettings)
expType - Expected type of a key.public static InlineIndexKeyType get(IndexKey key, int expType, IndexKeyTypeSettings keyTypeSettings)
key - Index key.expType - Expected type of a key.keyTypeSettings - Index key type settings.public static List<InlineIndexKeyType> types(List<IndexKeyDefinition> keyDefs, IndexKeyTypeSettings settings)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021