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 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 voidDefaultBatchJobRecoveryHandler. replayOneEvent(JobEvent jobEvent)
-