Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
class |
Cache<K,V>
Simple cache which maintains keys and value.
|
class |
PartitionedHashMap<K,V>
Hashmap which distributes its keys and values across the cluster.
|
class |
ReplicatedTree
A tree-like structure that is replicated across several members.
|
Modifier and Type | Class and Description |
---|---|
class |
ABP
Alternating Bit Protocol.
|
class |
DISCARD
Discards up or down messages based on a percentage; e.g., setting property 'up' to 0.1 causes 10%
of all up messages to be discarded.
|
class |
DISCARD_PAYLOAD
Discards a message whose sequence number (in the payload, as a Long) matches seqno 2 times,
before passing it down.
|
class |
EXAMPLE
Example of a protocol layer.
|
class |
FD_PING
Deprecated.
Use
FD_HOST instead. Will be removed in 4.0. |
class |
TCP_NIO
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HashedTimingWheel
Implementation of
TimeScheduler . |
Copyright © 1998-2020 Red Hat. All Rights Reserved.