| Package | Description |
|---|---|
| org.apache.ignite.internal.sql.optimizer.affinity |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionAllNode
Node denoting all available partitions
|
class |
PartitionCompositeNode
Composite node which consists of two child nodes and a relation between them.
|
class |
PartitionConstantNode
Node with constant partition.
|
class |
PartitionGroupNode
Flat group of partitions.
|
class |
PartitionNoneNode
Node denoting empty partition set.
|
class |
PartitionParameterNode
Node with partition which should be extracted from argument.
|
class |
PartitionSingleNode
Node with a single partition.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionNode |
PartitionCompositeNode.left() |
default PartitionNode |
PartitionNode.optimize()
Try optimizing partition nodes into a simpler form.
|
PartitionNode |
PartitionCompositeNode.optimize()
Try optimizing partition nodes into a simpler form.
|
PartitionNode |
PartitionCompositeNode.right() |
PartitionNode |
PartitionResult.tree()
Tree.
|
| Constructor and Description |
|---|
PartitionCompositeNode(PartitionNode left,
PartitionNode right,
PartitionCompositeNodeOperator op)
Constructor.
|
PartitionResult(PartitionNode tree,
AffinityTopologyVersion topVer,
String cacheName,
int partsCnt)
Constructor.
|
PartitionResult(PartitionNode tree,
PartitionTableAffinityDescriptor aff,
AffinityTopologyVersion topVer)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020