@FunctionalInterface public interface ResourceEventListener
SlotManager
.Modifier and Type | Method and Description |
---|---|
void |
notEnoughResourceAvailable(JobID jobId,
Collection<ResourceRequirement> acquiredResources) |
void notEnoughResourceAvailable(JobID jobId, Collection<ResourceRequirement> acquiredResources)
jobId
- job for which not enough resources are availableacquiredResources
- the resources that have been acquired for the jobCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.