Class DmlDistributedPlanInfo


  • public final class DmlDistributedPlanInfo
    extends Object
    Additional information about distributed update plan.
    • Constructor Detail

      • DmlDistributedPlanInfo

        public DmlDistributedPlanInfo​(boolean replicatedOnly,
                                      List<Integer> cacheIds)
        Constructor.
        Parameters:
        replicatedOnly - Whether all caches are replicated.
        cacheIds - List of cache identifiers. (reference to PartitionNode#apply(java.lang.Object...)).
    • Method Detail

      • isReplicatedOnly

        public boolean isReplicatedOnly()
        Returns:
        true in case all involved caches are replicated.
      • getCacheIds

        public List<Integer> getCacheIds()
        Returns:
        cache identifiers.