public final class DmlDistributedPlanInfo extends Object
| Constructor and Description |
|---|
DmlDistributedPlanInfo(boolean replicatedOnly,
List<Integer> cacheIds,
PartitionResult derivedParts)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionResult |
derivedPartitions() |
List<Integer> |
getCacheIds() |
boolean |
isReplicatedOnly() |
public DmlDistributedPlanInfo(boolean replicatedOnly,
List<Integer> cacheIds,
PartitionResult derivedParts)
replicatedOnly - Whether all caches are replicated.cacheIds - List of cache identifiers.derivedParts - PartitionNode tree to calculate derived partition
(reference to PartitionNode#apply(java.lang.Object...)).public boolean isReplicatedOnly()
true in case all involved caches are replicated.public PartitionResult derivedPartitions()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025