Uses of Interface
org.apache.flink.runtime.scheduler.adaptivebatch.BatchJobRecoveryContext
-
Packages that use BatchJobRecoveryContext Package Description org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of BatchJobRecoveryContext in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type BatchJobRecoveryContext Modifier and Type Method Description void
BatchJobRecoveryHandler. initialize(BatchJobRecoveryContext batchJobRecoveryContext)
Initializes the recovery handler with the batch job recovery context.void
DefaultBatchJobRecoveryHandler. initialize(BatchJobRecoveryContext context)
void
DummyBatchJobRecoveryHandler. initialize(BatchJobRecoveryContext batchJobRecoveryContext)
-