Uses of Class
org.jgroups.util.SuppressLog
-
Packages that use SuppressLog 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 org.jgroups.protocols.relay -
-
Uses of SuppressLog in org.jgroups.protocols
Fields in org.jgroups.protocols declared as SuppressLog Modifier and Type Field Description protected SuppressLog<Address>
TP. suppress_log_different_cluster
Log to suppress identical warnings for messages from members in different clustersprotected SuppressLog<Address>
TP. suppress_log_different_version
Log to suppress identical warnings for messages from members with different (incompatible) versionsprotected SuppressLog<java.net.InetAddress>
UDP. suppress_log_out_of_buffer_space
-
Uses of SuppressLog in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as SuppressLog Modifier and Type Field Description protected SuppressLog<Address>
NAKACK2. suppress_log_non_member
Log to suppress identical warnings for messages from non-members -
Uses of SuppressLog in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as SuppressLog Modifier and Type Field Description protected SuppressLog<java.lang.String>
RELAY2. suppress_log_no_route
Log to suppress identical errors for messages to non-existing sites ('no route to site X')
-