Uses of Class
org.apache.ignite.internal.sql.optimizer.affinity.PartitionParameterType
-
Packages that use PartitionParameterType Package Description org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionParameterType in org.apache.ignite.internal.sql.optimizer.affinity
Methods in org.apache.ignite.internal.sql.optimizer.affinity that return PartitionParameterType Modifier and Type Method Description PartitionParameterTypePartitionParameterNode. clientType()static @Nullable PartitionParameterTypePartitionParameterType. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static PartitionParameterTypePartitionParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionParameterType[]PartitionParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionParameterType Modifier and Type Method Description static ObjectPartitionDataTypeUtils. convert(Object arg, PartitionParameterType targetType)Convert argument to the given type.@Nullable IntegerPartitionClientContext. partition(Object arg, @Nullable PartitionParameterType typ)Resolve partition.Constructors in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionParameterType Constructor Description PartitionParameterNode(PartitionTable tbl, PartitionResolver partRslvr, int idx, int type, PartitionParameterType clientType)Constructor.
-