All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mesosphere.mesos.client.model.MesosAgentState Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
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