Uses of Class
org.apache.flink.runtime.asyncprocessing.EpochManager.Epoch
-
Packages that use EpochManager.Epoch Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of EpochManager.Epoch in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return EpochManager.Epoch Modifier and Type Method Description EpochManager.Epoch
RecordContext. getEpoch()
EpochManager.Epoch
EpochManager. onEpoch(EpochManager.Epoch epoch)
Add a record to a specified epoch.EpochManager.Epoch
EpochManager. onRecord()
Add a record to the current epoch and return the current open epoch, the epoch will be associated with theRecordContext
of this record.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type EpochManager.Epoch Modifier and Type Method Description void
EpochManager. completeOneRecord(EpochManager.Epoch epoch)
Complete one record in the specific epoch.EpochManager.Epoch
EpochManager. onEpoch(EpochManager.Epoch epoch)
Add a record to a specified epoch.Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type EpochManager.Epoch Constructor Description RecordContext(Object record, K key, Consumer<RecordContext<K>> disposer, int keyGroup, EpochManager.Epoch epoch, int variableCount)
RecordContext(Object record, K key, Consumer<RecordContext<K>> disposer, int keyGroup, EpochManager.Epoch epoch, int variableCount, int priority)
RecordContext(Object record, K key, Consumer<RecordContext<K>> disposer, int keyGroup, EpochManager.Epoch epoch, AtomicReferenceArray<Object> variables, int priority)
-