Uses of Enum
org.apache.flink.runtime.asyncprocessing.EpochManager.ParallelMode
Packages that use EpochManager.ParallelMode
-
Uses of EpochManager.ParallelMode in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return EpochManager.ParallelModeModifier and TypeMethodDescriptionstatic EpochManager.ParallelModeReturns the enum constant of this type with the specified name.static EpochManager.ParallelMode[]EpochManager.ParallelMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type EpochManager.ParallelModeModifier and TypeMethodDescriptionvoidEpochManager.onNonRecord(Runnable triggerAction, Runnable finalAction, EpochManager.ParallelMode parallelMode) Add a non-record to the current epoch, close current epoch and open a new epoch.