Package org.jboss.as.clustering.jgroups
Class TopologyAddressGenerator
- java.lang.Object
-
- org.jboss.as.clustering.jgroups.TopologyAddressGenerator
-
- All Implemented Interfaces:
org.jgroups.stack.AddressGenerator
public class TopologyAddressGenerator extends Object implements org.jgroups.stack.AddressGenerator
An AddressGenerator which generates ExtendedUUID addresses with specified site, rack and machine ids.- Author:
- Tristan Tarrant, Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description TopologyAddressGenerator(TransportConfiguration.Topology topology)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgroups.AddressgenerateAddress()
-
-
-
Constructor Detail
-
TopologyAddressGenerator
public TopologyAddressGenerator(TransportConfiguration.Topology topology)
-
-