Class EpochManager.Epoch

java.lang.Object
org.apache.flink.runtime.asyncprocessing.EpochManager.Epoch
Enclosing class:
EpochManager

public static class EpochManager.Epoch extends Object
All inputs are segment into distinct epochs, marked by the arrival of non-record inputs. Records are assigned to a unique epoch based on their arrival.
  • Constructor Details

    • Epoch

      public Epoch(long id)
  • Method Details