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 void
InputOutputFormatVertex. finalizeOnMaster(JobVertex.FinalizeOnMasterContext context)
void
JobVertex. 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.
-