Uses of Class
org.apache.flink.runtime.asyncprocessing.EpochManager.ParallelMode
-
Packages that use EpochManager.ParallelMode Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of EpochManager.ParallelMode in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return EpochManager.ParallelMode Modifier and Type Method Description static EpochManager.ParallelMode
EpochManager.ParallelMode. valueOf(String name)
Returns 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.ParallelMode Modifier and Type Method Description void
EpochManager. onNonRecord(Runnable triggerAction, Runnable finalAction, EpochManager.ParallelMode parallelMode)
Add a non-record to the current epoch, close current epoch and open a new epoch.
-