Uses of Interface
org.apache.flink.runtime.jobgraph.JobVertex.InitializeOnMasterContext
-
Packages that use JobVertex.InitializeOnMasterContext Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobgraph -
-
Uses of JobVertex.InitializeOnMasterContext in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement JobVertex.InitializeOnMasterContext Modifier and Type Class Description classSimpleInitializeOnMasterContextA simple pojo based implementation ofJobVertex.InitializeOnMasterContext. -
Uses of JobVertex.InitializeOnMasterContext in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph with parameters of type JobVertex.InitializeOnMasterContext Modifier and Type Method Description voidInputOutputFormatVertex. initializeOnMaster(JobVertex.InitializeOnMasterContext context)voidJobVertex. 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.
-