Uses of Class
org.apache.ignite.internal.sql.optimizer.affinity.PartitionAffinityFunctionType
-
Packages that use PartitionAffinityFunctionType Package Description org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionAffinityFunctionType in org.apache.ignite.internal.sql.optimizer.affinity
Methods in org.apache.ignite.internal.sql.optimizer.affinity that return PartitionAffinityFunctionType Modifier and Type Method Description static PartitionAffinityFunctionTypePartitionAffinityFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionAffinityFunctionType[]PartitionAffinityFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionAffinityFunctionType Constructor Description PartitionTableAffinityDescriptor(PartitionAffinityFunctionType affFunc, int parts, boolean hasNodeFilter, String dataRegion)Constructor.
-