Uses of Interface
org.apache.flink.runtime.jobmaster.event.JobEvent
Packages that use JobEvent
Package
Description
-
Uses of JobEvent in org.apache.flink.runtime.jobmaster.event
Classes in org.apache.flink.runtime.jobmaster.event that implement JobEventModifier and TypeClassDescriptionclassThis class is used to record the completion info ofExecutionJobVertex.classThis class is used to record the initialization info ofExecutionJobVertex.classThis class is used to record the state ofExecutionVertex.classThis class is used to record theExecutionVertexthat has been reset.Methods in org.apache.flink.runtime.jobmaster.event that return JobEventModifier and TypeMethodDescriptionGenericJobEventSerializer.deserialize(int version, byte[] bytes) FileSystemJobEventStore.readEvent()JobEventStore.readEvent()Read a job event.Methods in org.apache.flink.runtime.jobmaster.event with parameters of type JobEventModifier and TypeMethodDescriptionvoidJobEventReplayHandler.replayOneEvent(JobEvent event) Called to replay one job event.byte[]voidFileSystemJobEventStore.writeEvent(JobEvent event, boolean cutBlock) voidJobEventManager.writeEvent(JobEvent event, boolean cutBlock) Write a job event asynchronously.voidJobEventStore.writeEvent(JobEvent jobEvent, boolean cutBlock) Write a job event.protected voidFileSystemJobEventStore.writeEventRunnable(JobEvent event, boolean cutBlock) Method parameters in org.apache.flink.runtime.jobmaster.event with type arguments of type JobEvent -
Uses of JobEvent in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type JobEventModifier and TypeMethodDescriptionvoidAdaptiveExecutionHandler.handleJobEvent(JobEvent jobEvent) Handles the providedJobEvent, attempting dynamic modifications to theStreamGraphbased on the specifics of the job event.voidDefaultAdaptiveExecutionHandler.handleJobEvent(JobEvent jobEvent) voidNonAdaptiveExecutionHandler.handleJobEvent(JobEvent jobEvent) voidDefaultBatchJobRecoveryHandler.replayOneEvent(JobEvent jobEvent)