Invoked when resources have been offered to this framework. A single offer will only contain resources from a single slave. Resources associated with an offer will not be re-offered to _this_ framework until either (a) this framework has rejected those resources (see {@link SchedulerDriver#launchTas
(SchedulerDriver driver, List<Offer> offers)
| 92 | * @see Offer |
| 93 | */ |
| 94 | void resourceOffers(SchedulerDriver driver, List<Offer> offers); |
| 95 | |
| 96 | /** |
| 97 | * Invoked when an offer is no longer valid (e.g., the slave was |
no outgoing calls
no test coverage detected