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.tests.perf | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected List<AddressGenerator> |
JChannel.address_generators |
Modifier and Type | Method and Description |
---|---|
AddressGenerator |
JChannel.getAddressGenerator()
Deprecated.
Doesn't make any sense as there's list of address generators, will be removed in 4.0
|
Modifier and Type | Method and Description |
---|---|
void |
JChannel.addAddressGenerator(AddressGenerator address_generator)
Sets the new
AddressGenerator . |
boolean |
JChannel.removeAddressGenerator(AddressGenerator address_generator) |
void |
JChannel.setAddressGenerator(AddressGenerator address_generator)
Deprecated.
|
Constructor and Description |
---|
Draw(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) |
Modifier and Type | Method and Description |
---|---|
void |
ForkChannel.addAddressGenerator(AddressGenerator address_generator) |
Constructor and Description |
---|
Bridge(JChannel ch,
String cluster_name,
String channel_name,
AddressGenerator addr_generator) |
Modifier and Type | Method and Description |
---|---|
void |
UPerf.init(String props,
String name,
boolean xsite,
AddressGenerator generator,
int bind_port) |
Modifier and Type | Class and Description |
---|---|
class |
OneTimeAddressGenerator
Implementation of
AddressGenerator which is configured with an initial value, and
after that random values are generated. |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.