| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleInitializeOnMasterContext
A simple pojo based implementation of
JobVertex.InitializeOnMasterContext. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InputOutputFormatVertex.finalizeOnMaster(JobVertex.InitializeOnMasterContext context) |
void |
JobVertex.finalizeOnMaster(JobVertex.InitializeOnMasterContext context)
A hook that can be overwritten by sub classes to implement logic that is called by the master
after the job completed.
|
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–2023 The Apache Software Foundation. All rights reserved.