| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EpochManager.onNonRecord(Runnable action,
EpochManager.ParallelMode parallelMode)
Add a non-record to the current epoch, close current epoch and open a new epoch.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.