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

com.infomaximum.cluster.Node Maven / Gradle / Ivy

There is a newer version: 1.1.8p9
Show newest version
package com.infomaximum.cluster;

import java.util.UUID;

public interface Node {

    String getName();

    UUID getRuntimeId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy