Class ResultPartitionDeploymentDescriptor

    • Constructor Detail

      • ResultPartitionDeploymentDescriptor

        public ResultPartitionDeploymentDescriptor​(PartitionDescriptor partitionDescriptor,
                                                   ShuffleDescriptor shuffleDescriptor,
                                                   int maxParallelism)
    • Method Detail

      • isBroadcast

        public boolean isBroadcast()
        Whether the resultPartition is a broadcast edge.
      • getTotalNumberOfPartitions

        public int getTotalNumberOfPartitions()
      • getNumberOfSubpartitions

        public int getNumberOfSubpartitions()
      • isNumberOfPartitionConsumerUndefined

        public boolean isNumberOfPartitionConsumerUndefined()
      • getMaxParallelism

        public int getMaxParallelism()