Interface ResourceEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for resource events of
SlotManager.-
Method Summary
Modifier and TypeMethodDescriptionvoidnotEnoughResourceAvailable(org.apache.flink.api.common.JobID jobId, Collection<ResourceRequirement> acquiredResources)
-
Method Details
-
notEnoughResourceAvailable
void notEnoughResourceAvailable(org.apache.flink.api.common.JobID jobId, Collection<ResourceRequirement> acquiredResources) - Parameters:
jobId- job for which not enough resources are availableacquiredResources- the resources that have been acquired for the job
-