Class StreamIterationHead<OUT>

    • Method Detail

      • createBrokerIdString

        public static String createBrokerIdString​(JobID jid,
                                                  String iterationID,
                                                  int subtaskIndex)
        Creates the identification string with which head and tail task find the shared blocking queue for the back channel. The identification string is unique per parallel head/tail pair per iteration per job.
        Parameters:
        jid - The job ID.
        iterationID - The id of the iteration in the job.
        subtaskIndex - The parallel subtask number
        Returns:
        The identification string.