![JAR search and dependency download from the Maven repository](/logo.png)
mesosphere.mesos.client.model.MesosAgentState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marathon-client Show documentation
Show all versions of marathon-client Show documentation
A Java API client for Mesosphere's Marathon.
package mesosphere.mesos.client.model;
import java.util.List;
public class MesosAgentState extends MesosState {
private List completed_frameworks;
public List getCompleted_frameworks() {
return completed_frameworks;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy