Uses of Class
org.jgroups.annotations.Unsupported
-
Packages that use Unsupported 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. -
-
Uses of Unsupported in org.jgroups.blocks
Classes in org.jgroups.blocks with annotations of type Unsupported Modifier and Type Class Description 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. -
Uses of Unsupported in org.jgroups.protocols
Classes in org.jgroups.protocols with annotations of type Unsupported Modifier and Type Class Description class
ABP
Deprecated.Mainly used as a design study of Pluscal / TLA+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.
-