Uses of Interface
org.apache.flink.runtime.jobmaster.event.JobEvent
-
Packages that use JobEvent Package Description org.apache.flink.runtime.jobmaster.event org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of JobEvent in org.apache.flink.runtime.jobmaster.event
Classes in org.apache.flink.runtime.jobmaster.event that implement JobEvent Modifier and Type Class Description classExecutionJobVertexFinishedEventThis class is used to record the completion info ofExecutionJobVertex.classExecutionJobVertexInitializedEventThis class is used to record the initialization info ofExecutionJobVertex.classExecutionVertexFinishedEventThis class is used to record the state ofExecutionVertex.classExecutionVertexResetEventThis class is used to record theExecutionVertexthat has been reset.Methods in org.apache.flink.runtime.jobmaster.event that return JobEvent Modifier and Type Method Description JobEventGenericJobEventSerializer. deserialize(int version, byte[] bytes)JobEventFileSystemJobEventStore. readEvent()JobEventJobEventStore. readEvent()Read a job event.Methods in org.apache.flink.runtime.jobmaster.event with parameters of type JobEvent Modifier and Type Method Description voidJobEventReplayHandler. replayOneEvent(JobEvent event)Called to replay one job event.byte[]GenericJobEventSerializer. serialize(JobEvent jobEvent)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 Modifier and Type Method Description static intJobEvents. getTypeID(Class<? extends JobEvent> clazz) -
Uses of JobEvent in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type JobEvent Modifier and Type Method Description voidAdaptiveExecutionHandler. 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)
-