Uses of Class
org.apache.ignite.internal.sql.optimizer.affinity.PartitionSingleNode
-
Packages that use PartitionSingleNode Package Description org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionSingleNode in org.apache.ignite.internal.sql.optimizer.affinity
Subclasses of PartitionSingleNode in org.apache.ignite.internal.sql.optimizer.affinity Modifier and Type Class Description classPartitionConstantNodeNode with constant partition.classPartitionParameterNodeNode with partition which should be extracted from argument.Methods in org.apache.ignite.internal.sql.optimizer.affinity that return types with arguments of type PartitionSingleNode Modifier and Type Method Description Set<PartitionSingleNode>PartitionGroupNode. siblings()Methods in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionSingleNode Modifier and Type Method Description booleanPartitionGroupNode. contains(PartitionSingleNode val)Check if value exists.Method parameters in org.apache.ignite.internal.sql.optimizer.affinity with type arguments of type PartitionSingleNode Modifier and Type Method Description booleanPartitionGroupNode. containsExact(Collection<PartitionSingleNode> siblings)Check if current group node contains exactly the same set of siblings.Constructor parameters in org.apache.ignite.internal.sql.optimizer.affinity with type arguments of type PartitionSingleNode Constructor Description PartitionGroupNode(Set<PartitionSingleNode> siblings)Constructor.
-