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

org.jgroups.protocols.relay.SiteAddress Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.jgroups.protocols.relay;

import org.jgroups.Address;

/**
 * Address with a site suffix
 * @author Bela Ban
 * @since 3.2
 */
public interface SiteAddress extends Address {
    /** Returns the ID of the site (all sites need to have a unique site ID) */
    String getSite();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy