public class AcceptOffers extends Object implements Serializable
构造器和说明 |
---|
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) |
限定符和类型 | 方法和说明 |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.