Uses of Class
org.apache.flink.runtime.asyncprocessing.EpochManager.Epoch
Packages that use EpochManager.Epoch
-
Uses of EpochManager.Epoch in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return EpochManager.EpochModifier and TypeMethodDescriptionRecordContext.getEpoch()EpochManager.onEpoch(EpochManager.Epoch epoch) Add a record to a specified epoch.EpochManager.onRecord()Add a record to the current epoch and return the current open epoch, the epoch will be associated with theRecordContextof this record.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type EpochManager.EpochModifier and TypeMethodDescriptionvoidEpochManager.completeOneRecord(EpochManager.Epoch epoch) Complete one record in the specific 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.EpochModifierConstructorDescriptionRecordContext(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)