| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleInitializeOnMasterContext
A simple pojo based implementation of
JobVertex.InitializeOnMasterContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
InputOutputFormatVertex.initializeOnMaster(JobVertex.InitializeOnMasterContext context) |
void |
JobVertex.initializeOnMaster(JobVertex.InitializeOnMasterContext context)
A hook that can be overwritten by sub classes to implement logic that is called by the master
when the job starts.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.