Uses of Class
org.jgroups.util.SuppressLog
Packages that use SuppressLog
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of SuppressLog in org.jgroups.protocols
Fields in org.jgroups.protocols declared as SuppressLogModifier and TypeFieldDescriptionprotected SuppressLog<Address> Log to suppress identical warnings for messages from members in different clustersprotected SuppressLog<Address> Log to suppress identical warnings for messages from members with different (incompatible) versionsprotected SuppressLog<InetAddress> -
Uses of SuppressLog in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as SuppressLogModifier and TypeFieldDescriptionprotected SuppressLog<Address> NAKACK2.suppress_log_non_memberLog 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 SuppressLogModifier and TypeFieldDescriptionprotected SuppressLog<String> RELAY.suppress_log_no_routeLog to suppress identical errors for messages to non-existing sites ('no route to site X') -
Uses of SuppressLog in org.jgroups.util
Fields in org.jgroups.util declared as SuppressLog