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

com.netflix.exhibitor.core.automanage.EnsembleBuilder Maven / Gradle / Ivy

package com.netflix.exhibitor.core.automanage;

import com.netflix.exhibitor.core.state.ServerList;

interface EnsembleBuilder
{
    public boolean newEnsembleNeeded();

    public ServerList createPotentialServerList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy