Uses of Interface
org.jgroups.logging.Log
-
Packages that use Log Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.auth org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.blocks.cs org.jgroups.client org.jgroups.conf Provides ways to configure a protocol stack.org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.jmx org.jgroups.logging 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 org.jgroups.stack Support for managing protocol stacks.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Log in org.jgroups
Fields in org.jgroups declared as Log Modifier and Type Field Description protected Log
JChannel. log
protected Log
JChannelProbeHandler. log
-
Uses of Log in org.jgroups.auth
Fields in org.jgroups.auth declared as Log Modifier and Type Field Description protected Log
AuthToken. log
-
Uses of Log in org.jgroups.blocks
Fields in org.jgroups.blocks declared as Log Modifier and Type Field Description protected Log
MessageDispatcher. log
protected Log
ReplicatedHashMap. log
protected Log
ReplicatedTree. log
protected static Log
RequestCorrelator. log
-
Uses of Log in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as Log Modifier and Type Field Description protected Log
BaseServer. log
Methods in org.jgroups.blocks.cs that return Log Modifier and Type Method Description Log
BaseServer. log()
Methods in org.jgroups.blocks.cs with parameters of type Log Modifier and Type Method Description BaseServer
BaseServer. log(Log the_log)
-
Uses of Log in org.jgroups.client
Fields in org.jgroups.client declared as Log Modifier and Type Field Description protected Log
StompConnection. log
-
Uses of Log in org.jgroups.conf
Fields in org.jgroups.conf declared as Log Modifier and Type Field Description protected static Log
XmlConfigurator. log
-
Uses of Log in org.jgroups.demos
Fields in org.jgroups.demos declared as Log Modifier and Type Field Description protected Log
PubServer. log
-
Uses of Log in org.jgroups.jmx
Fields in org.jgroups.jmx declared as Log Modifier and Type Field Description protected Log
ResourceDMBean. log
-
Uses of Log in org.jgroups.logging
Classes in org.jgroups.logging that implement Log Modifier and Type Class Description class
JDKLogImpl
Logger that delivers messages to a JDK loggerclass
Log4J2LogImpl
Logger that delivers messages to a Log4J2 loggerclass
Slf4jLogImpl
Logger that delivers messages to a SLF4J loggerFields in org.jgroups.logging with type parameters of type Log Modifier and Type Field Description protected static java.lang.reflect.Constructor<? extends Log>
LogFactory. ctor_class
Methods in org.jgroups.logging that return Log Modifier and Type Method Description Log
CustomLogFactory. getLog(java.lang.Class<?> clazz)
Log
CustomLogFactory. getLog(java.lang.String category)
static Log
LogFactory. getLog(java.lang.Class<?> clazz)
Methods in org.jgroups.logging that return types with arguments of type Log Modifier and Type Method Description protected static java.lang.reflect.Constructor<? extends Log>
LogFactory. findConstructor(java.lang.String classname, java.lang.Class<?> arg)
-
Uses of Log in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Log Modifier and Type Field Description protected Log
BaseBundler. log
protected Log
NoBundler. log
protected Log
PerDestinationBundler. log
protected Log
TransferQueueBundler2. log
Constructors in org.jgroups.protocols with parameters of type Log Constructor Description SwiftClient(org.jgroups.protocols.SWIFT_PING.Authenticator authenticator, Log l)
Constructor -
Uses of Log in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as Log Modifier and Type Field Description protected Log
GmsImpl. log
protected Log
Leaver. log
protected Log
Merger. log
Methods in org.jgroups.protocols.pbcast that return Log Modifier and Type Method Description protected Log
ViewHandler. log()
-
Uses of Log in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as Log Modifier and Type Field Description protected Log
Bridge. log
protected Log
Relayer. log
protected Log
Route. log
Methods in org.jgroups.protocols.relay that return Log Modifier and Type Method Description Log
Relayer. log()
Constructors in org.jgroups.protocols.relay with parameters of type Log Constructor Description Relayer(RELAY relay, Log log)
Relayer2(RELAY2 relay, Log log)
Relayer3(RELAY relay, Log log)
Route(Address site_master, JChannel bridge, RELAY relay, Log log)
-
Uses of Log in org.jgroups.stack
Fields in org.jgroups.stack declared as Log Modifier and Type Field Description protected static Log
Configurator. log
protected Log
DiagnosticsHandler. log
protected Log
GossipRouter. log
protected Log
Protocol. log
protected static Log
RouterStub. log
protected Log
RouterStubManager. log
Methods in org.jgroups.stack that return Log Modifier and Type Method Description Log
Protocol. getLog()
Methods in org.jgroups.stack with parameters of type Log Modifier and Type Method Description static RouterStubManager
RouterStubManager. emptyGossipClientStubManager(Log log, TimeScheduler timer)
Constructors in org.jgroups.stack with parameters of type Log Constructor Description DiagnosticsHandler(Log log, SocketFactory socket_factory, ThreadFactory thread_factory)
RouterStubManager(Log log, TimeScheduler timer, java.lang.String cluster_name, Address local_addr, java.lang.String logical_name, PhysicalAddress phys_addr, long reconnect_interval)
-
Uses of Log in org.jgroups.util
Fields in org.jgroups.util declared as Log Modifier and Type Field Description protected Log
DefaultThreadFactory. log
protected Log
SubmitToThreadPool. log
protected Log
SuppressLog. log
protected Log
ThreadPool. log
protected static Log
TimeScheduler3. log
Methods in org.jgroups.util with parameters of type Log Modifier and Type Method Description static java.net.MulticastSocket
Util. createMulticastSocket(SocketFactory factory, java.lang.String service_name, java.net.InetAddress mcast_addr, int port, Log log)
static java.util.concurrent.ExecutorService
ThreadCreator. createThreadPool(int min_threads, int max_threads, long keep_alive_time, boolean virtual_threads, Log log)
static java.util.concurrent.ExecutorService
ThreadCreator. createThreadPool(int min_threads, int max_threads, long keep_alive_time, java.lang.String rejection_policy, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, ThreadFactory factory, boolean useVirtualThreads, Log log)
<T extends DefaultThreadFactory>
TDefaultThreadFactory. log(Log l)
ThreadPool
ThreadPool. log(Log l)
Constructors in org.jgroups.util with parameters of type Log Constructor Description SuppressLog(Log log, java.lang.String message_key)
-