public class IndexKeyFactory extends Object
| Constructor and Description |
|---|
IndexKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
register(IndexKeyType keyType,
Function<Object,IndexKey> wrapper)
Register wrapper for custom IndexKey type.
|
static IndexKey |
wrap(Object o,
IndexKeyType keyType,
CacheObjectValueContext coctx,
IndexKeyTypeSettings keyTypeSettings)
Wraps user object to
IndexKey object. |
static IndexKey |
wrap(Object o,
int keyType,
CacheObjectValueContext coctx,
IndexKeyTypeSettings keyTypeSettings)
Wraps user object to
IndexKey object. |
public static void register(IndexKeyType keyType, Function<Object,IndexKey> wrapper)
public static IndexKey wrap(Object o, int keyType, CacheObjectValueContext coctx, IndexKeyTypeSettings keyTypeSettings)
IndexKey object.public static IndexKey wrap(Object o, IndexKeyType keyType, CacheObjectValueContext coctx, IndexKeyTypeSettings keyTypeSettings)
IndexKey object.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023