Uses of Interface
org.apache.flink.runtime.jobgraph.JobVertex.FinalizeOnMasterContext
-
Packages that use JobVertex.FinalizeOnMasterContext Package Description org.apache.flink.runtime.jobgraph -
-
Uses of JobVertex.FinalizeOnMasterContext in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph with parameters of type JobVertex.FinalizeOnMasterContext Modifier and Type Method Description voidInputOutputFormatVertex. 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.
-