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

mesosphere.mesos.client.model.MesosMasterState 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 MesosMasterState extends MesosState {
    private List frameworks;

    public List getFrameworks() {
        return frameworks;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy