MCPcopy Create free account
hub / github.com/apache/mesos / resourceOffers

Method resourceOffers

src/java/src/org/apache/mesos/Scheduler.java:94–94  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

resourceOffersMethod · 0.65

Implementers 4

TestSchedulersrc/examples/java/TestFramework.java
TestExceptionSchedulersrc/examples/java/TestExceptionFramewo
TestSchedulersrc/examples/java/TestMultipleExecutor
TestSchedulersrc/examples/java/V1TestFramework.java

Calls

no outgoing calls

Tested by

no test coverage detected