Uses of Interface
org.jgroups.stack.AddressGenerator
Packages that use AddressGenerator
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides demonstrations of JGroups functionality.
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 AddressGeneratorMethods in org.jgroups with parameters of type AddressGeneratorModifier and TypeMethodDescriptionJChannel.addAddressGenerator(AddressGenerator address_generator) Sets the newAddressGenerator.booleanJChannel.removeAddressGenerator(AddressGenerator address_generator) -
Uses of AddressGenerator in org.jgroups.demos
Constructors in org.jgroups.demos with parameters of type AddressGeneratorModifierConstructorDescriptionDraw(String props, boolean no_channel, boolean jmx, boolean use_state, long state_timeout, boolean use_unicasts, 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 AddressGeneratorModifier and TypeMethodDescriptionForkChannel.addAddressGenerator(AddressGenerator address_generator) -
Uses of AddressGenerator in org.jgroups.protocols.relay
Constructors in org.jgroups.protocols.relay with parameters of type AddressGenerator -
Uses of AddressGenerator in org.jgroups.tests.perf
Methods in org.jgroups.tests.perf with parameters of type AddressGeneratorModifier and TypeMethodDescriptionvoidProgrammaticUPerf.init(String name, AddressGenerator generator, String bind_addr, int bind_port, boolean udp, String mcast_addr, int mcast_port, String initial_hosts) voidUPerf.init(String props, String name, AddressGenerator generator, int bind_port, boolean use_virtual_threads, boolean async_rsp_handling) -
Uses of AddressGenerator in org.jgroups.util
Classes in org.jgroups.util that implement AddressGeneratorModifier and TypeClassDescriptionclassGenerates addresses with current time as key.classImplementation ofAddressGeneratorwhich is configured with an initial value, and after that random values are generated.