Interface RelayConfiguration
-
- All Superinterfaces:
ProtocolConfiguration<org.jgroups.protocols.relay.RELAY2>
public interface RelayConfiguration extends ProtocolConfiguration<org.jgroups.protocols.relay.RELAY2>
Configuration of the RELAY2 protocol.- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROTOCOL_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RemoteSiteConfiguration>getRemoteSites()StringgetSiteName()-
Methods inherited from interface org.wildfly.clustering.jgroups.spi.ProtocolConfiguration
createProtocol, getName, getSocketBindings
-
-
-
-
Field Detail
-
PROTOCOL_NAME
static final String PROTOCOL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSiteName
String getSiteName()
-
getRemoteSites
List<RemoteSiteConfiguration> getRemoteSites()
-
-