Benjamin Mahler created MESOS-2064:
--------------------------------------
Summary: Add InverseOffer to Java Scheduler API.
Key: MESOS-2064
URL: https://issues.apache.org/jira/browse/MESOS-2064
Project: Mesos
Issue Type: Task
Components: java api
Reporter: Benjamin Mahler
The initial use case for InverseOffer in the framework API will be the
maintenance primitives in mesos: MESOS-1474.
One way to add these to the Java Scheduler API is to add a new callback:
{code}
void inverseResourceOffers(
SchedulerDriver driver,
List<InverseOffer> inverseOffers);
{code}
JAR / libmesos compatibility will need to be figured out here.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)