| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.asyncprocessing |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EpochManager.completeOneRecord(EpochManager.Epoch epoch)
Complete one record in the specific epoch.
|
| 构造器和说明 |
|---|
RecordContext(Object record,
K key,
Consumer<RecordContext<K>> disposer,
int keyGroup,
EpochManager.Epoch epoch) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.