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

com.librato.disco.SelectorStrategy Maven / Gradle / Ivy

There is a newer version: 1.5
Show newest version
package com.librato.disco;


import org.apache.curator.framework.recipes.cache.ChildData;

import java.util.List;

/**
 * Interface to select a node from set of nodes
 */
public interface SelectorStrategy {
    ChildData choose(List children);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy