public interface PlanScheduler
Steps, while fulfilling any
PodInstanceRequirements they provide.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OfferID> |
resourceOffers(SchedulerDriver driver,
java.util.List<Offer> offers,
java.util.Collection<? extends Step> steps)
|
java.util.Collection<OfferID> resourceOffers(SchedulerDriver driver,
java.util.List<Offer> offers,
java.util.Collection<? extends Step> steps)
Offers using the provided SchedulerDriver against the provided
Step. Step should be whatever Step is currently the next pending Step in
the current Plan, but may also be null.Step