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

com.fasterxml.clustermate.client.ServerNode Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package com.fasterxml.clustermate.client;

import com.fasterxml.storemate.shared.IpAndPort;

/**
 * Minimal information about a server node; information that must be
 * accessible for per-call (single-node) requests and responses.
 */
public interface ServerNode
{
    /**
     * Address (protocol, host name, port number) of the server node
     */
    public IpAndPort getAddress();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy