Uses of Interface
org.apache.flink.runtime.jobgraph.JobVertex.FinalizeOnMasterContext
Packages that use JobVertex.FinalizeOnMasterContext
-
Uses of JobVertex.FinalizeOnMasterContext in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph with parameters of type JobVertex.FinalizeOnMasterContextModifier and TypeMethodDescriptionvoidInputOutputFormatVertex.finalizeOnMaster(JobVertex.FinalizeOnMasterContext context) voidJobVertex.finalizeOnMaster(JobVertex.FinalizeOnMasterContext context) A hook that can be overwritten by sub classes to implement logic that is called by the master after the job completed.