| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.event | |
| org.apache.flink.runtime.scheduler.adaptivebatch |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionJobVertexInitializedEvent
This class is used to record the initialization info of
ExecutionJobVertex. |
class |
ExecutionVertexFinishedEvent
This class is used to record the state of
ExecutionVertex. |
class |
ExecutionVertexResetEvent
This class is used to record the
ExecutionVertex that has been reset. |
| Modifier and Type | Method and Description |
|---|---|
JobEvent |
GenericJobEventSerializer.deserialize(int version,
byte[] bytes) |
JobEvent |
FileSystemJobEventStore.readEvent() |
JobEvent |
JobEventStore.readEvent()
Read a job event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobEventReplayHandler.replayOneEvent(JobEvent event)
Called to replay one job event.
|
byte[] |
GenericJobEventSerializer.serialize(JobEvent jobEvent) |
void |
FileSystemJobEventStore.writeEvent(JobEvent event,
boolean cutBlock) |
void |
JobEventManager.writeEvent(JobEvent event,
boolean cutBlock)
Write a job event asynchronously.
|
void |
JobEventStore.writeEvent(JobEvent jobEvent,
boolean cutBlock)
Write a job event.
|
protected void |
FileSystemJobEventStore.writeEventRunnable(JobEvent event,
boolean cutBlock) |
| Modifier and Type | Method and Description |
|---|---|
static int |
JobEvents.getTypeID(Class<? extends JobEvent> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBatchJobRecoveryHandler.replayOneEvent(JobEvent jobEvent) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.