Class OperatorStateCheckpointOutputStream

    • Method Detail

      • startNewPartition

        public void startNewPartition()
                               throws IOException
        User code can call this method to signal that it begins to write a new partition of operator state. Each previously written partition is considered final/immutable as soon as this method is called again.
        Throws:
        IOException
      • getNumberOfPartitions

        public int getNumberOfPartitions()