| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing |
| Modifier and Type | Method and Description |
|---|---|
EpochManager.Epoch |
RecordContext.getEpoch() |
EpochManager.Epoch |
EpochManager.onRecord()
Add a record to the current epoch and return the current open epoch, the epoch will be
associated with the
RecordContext of this record. |
| Modifier and Type | Method and Description |
|---|---|
void |
EpochManager.completeOneRecord(EpochManager.Epoch epoch)
Complete one record in the specific epoch.
|
| Constructor and Description |
|---|
RecordContext(Object record,
K key,
Consumer<RecordContext<K>> disposer,
int keyGroup,
EpochManager.Epoch epoch) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.