Uses of Interface
org.jgroups.stack.AddressGenerator
-
Packages that use AddressGenerator Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.fork org.jgroups.protocols.relay org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of AddressGenerator in org.jgroups
Fields in org.jgroups with type parameters of type AddressGenerator Modifier and Type Field Description protected java.util.List<AddressGenerator>
JChannel. address_generators
Methods in org.jgroups with parameters of type AddressGenerator Modifier and Type Method Description JChannel
JChannel. addAddressGenerator(AddressGenerator address_generator)
Sets the newAddressGenerator
.boolean
JChannel. removeAddressGenerator(AddressGenerator address_generator)
-
Uses of AddressGenerator in org.jgroups.demos
Constructors in org.jgroups.demos with parameters of type AddressGenerator Constructor Description Draw(java.lang.String props, boolean no_channel, boolean jmx, boolean use_state, long state_timeout, boolean use_unicasts, java.lang.String name, boolean send_own_state_on_merge, AddressGenerator gen)
-
Uses of AddressGenerator in org.jgroups.fork
Methods in org.jgroups.fork with parameters of type AddressGenerator Modifier and Type Method Description ForkChannel
ForkChannel. addAddressGenerator(AddressGenerator address_generator)
-
Uses of AddressGenerator in org.jgroups.protocols.relay
Constructors in org.jgroups.protocols.relay with parameters of type AddressGenerator Constructor Description Bridge(JChannel ch, java.lang.String cluster_name, java.lang.String channel_name, AddressGenerator addr_generator)
-
Uses of AddressGenerator in org.jgroups.util
Classes in org.jgroups.util that implement AddressGenerator Modifier and Type Class Description class
OneTimeAddressGenerator
Implementation ofAddressGenerator
which is configured with an initial value, and after that random values are generated.
-