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