public class PartitionDataTypeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object |
CONVERTATION_FAILURE
Convertation failure marker.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
convert(Object arg,
PartitionParameterType targetType)
Convert argument to the given type.
|
static Object |
stringToUUID(String s)
Utility method that helps to convert String to UUID.
|
public static final Object CONVERTATION_FAILURE
public static Object convert(Object arg, PartitionParameterType targetType)
arg - Argument.targetType - Type.CONVERTATION_FAILURE if convertation failed.public static Object stringToUUID(String s)
UUID.fromString(). For example it supports String represendation of UUID-without-hyphens
conversion, that is not supported by mentioned above UUID.fromString().s - String toCONVERTATION_FAILURE if convertation failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020