io.github.icodegarden.nutrient.lang.algorithm.consistenthash.Node Maven / Gradle / Ivy
The newest version!
package io.github.icodegarden.nutrient.lang.algorithm.consistenthash;
/**
*
* @author Fangfang.Xu
*
*/
public interface Node {
String getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy