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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.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(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) |
Modifier and Type | Method and Description |
---|---|
void |
ForkChannel.addAddressGenerator(AddressGenerator address_generator) |
Constructor and Description |
---|
Bridge(JChannel ch,
java.lang.String cluster_name,
java.lang.String channel_name,
AddressGenerator addr_generator) |
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 © 1998-2020 Red Hat. All Rights Reserved.