Interface CommittableMessage<CommT>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long EOI
      Special value for checkpointId for the end of input in case of batch commit or final checkpoint.
    • Field Detail

      • EOI

        static final long EOI
        Special value for checkpointId for the end of input in case of batch commit or final checkpoint.
        See Also:
        Constant Field Values
    • Method Detail

      • getSubtaskId

        int getSubtaskId()
        The subtask that created this committable.
      • getCheckpointIdOrEOI

        long getCheckpointIdOrEOI()
        Returns the checkpoint id or EOI if this message belong to the final checkpoint or the batch commit.