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.
@FunctionalInterface public interface ResourceEventListener
Listener for resource events ofSlotManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotEnoughResourceAvailable(org.apache.flink.api.common.JobID jobId, Collection<ResourceRequirement> acquiredResources)
-
-
-
Method Detail
-
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
-
-