public class AcceptOffers extends Object implements Serializable
Constructor and Description |
---|
AcceptOffers(String hostname,
Collection<org.apache.mesos.Protos.OfferID> offerIds,
Collection<org.apache.mesos.Protos.Offer.Operation> operations) |
AcceptOffers(String hostname,
Collection<org.apache.mesos.Protos.OfferID> offerIds,
Collection<org.apache.mesos.Protos.Offer.Operation> operations,
org.apache.mesos.Protos.Filters filters) |
Modifier and Type | Method and Description |
---|---|
org.apache.mesos.Protos.Filters |
filters() |
String |
hostname() |
Collection<org.apache.mesos.Protos.OfferID> |
offerIds() |
Collection<org.apache.mesos.Protos.Offer.Operation> |
operations() |
String |
toString() |
public AcceptOffers(String hostname, Collection<org.apache.mesos.Protos.OfferID> offerIds, Collection<org.apache.mesos.Protos.Offer.Operation> operations)
public AcceptOffers(String hostname, Collection<org.apache.mesos.Protos.OfferID> offerIds, Collection<org.apache.mesos.Protos.Offer.Operation> operations, org.apache.mesos.Protos.Filters filters)
public String hostname()
public Collection<org.apache.mesos.Protos.OfferID> offerIds()
public Collection<org.apache.mesos.Protos.Offer.Operation> operations()
public org.apache.mesos.Protos.Filters filters()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.