Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.protocols.rules |
Modifier and Type | Field and Description |
---|---|
protected BoundedList<PhysicalAddress> |
TCPPING.dynamic_hosts
https://jira.jboss.org/jira/browse/JGRP-989
|
protected BoundedList<java.lang.String> |
FD_SOCK.suspect_history |
protected BoundedList<java.lang.String> |
FD.suspect_history |
protected BoundedList<Tuple<Address,java.lang.Long>> |
FD_ALL.suspect_history |
protected BoundedList<Tuple<Address,java.lang.Long>> |
FD_ALL2.suspect_history |
protected BoundedList<Tuple<java.net.InetAddress,java.lang.Long>> |
FD_HOST.suspect_history |
Modifier and Type | Field and Description |
---|---|
protected BoundedList<Message> |
NAKACK.become_server_queue
Deprecated.
|
protected BoundedList<Message> |
NAKACK2.become_server_queue |
protected BoundedList<java.lang.String> |
NAKACK.digest_history
Deprecated.
Keeps a bounded list of the last N digest sets
|
protected BoundedList<java.lang.String> |
NAKACK2.digest_history
Keeps a bounded list of the last N digest sets
|
protected BoundedList<MergeId> |
Merger.merge_id_history |
protected BoundedList<Address> |
GMS.prev_members
Keeps track of old members (up to num_prev_mbrs)
|
protected BoundedList<java.lang.String> |
GMS.prev_views
Stores the last 20 views
|
protected BoundedList<java.lang.String> |
NAKACK.stability_msgs
Deprecated.
Keeps the last 10 stability messages
|
protected BoundedList<java.lang.String> |
NAKACK2.stability_msgs
Keeps the last N stability messages
|
Modifier and Type | Field and Description |
---|---|
protected BoundedList<java.lang.String> |
SUPERVISOR.executions |
Copyright © 1998-2020 Red Hat. All Rights Reserved.