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 |
---|---|
JChannel |
JChannel.addAddressGenerator(AddressGenerator address_generator)
Sets the new
AddressGenerator . |
boolean |
JChannel.removeAddressGenerator(AddressGenerator address_generator) |
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 |
---|---|
ForkChannel |
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,
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 © 2018 JBoss, a division of Red Hat. All rights reserved.