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 This package contains all client-server related interfaces and classesorg.jgroups.blocks.executor 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.protocols.rules 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 LogJChannel. logprotected LogJChannelProbeHandler. log -
Uses of Log in org.jgroups.auth
Fields in org.jgroups.auth declared as Log Modifier and Type Field Description protected LogAuthToken. log -
Uses of Log in org.jgroups.blocks
Fields in org.jgroups.blocks declared as Log Modifier and Type Field Description protected LogMessageDispatcher. logprotected LogReplicatedHashMap. logprotected LogReplicatedTree. logprotected static LogRequestCorrelator. log -
Uses of Log in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as Log Modifier and Type Field Description protected LogBaseServer. logMethods in org.jgroups.blocks.cs that return Log Modifier and Type Method Description LogBaseServer. log()Methods in org.jgroups.blocks.cs with parameters of type Log Modifier and Type Method Description BaseServerBaseServer. log(Log the_log) -
Uses of Log in org.jgroups.blocks.executor
Fields in org.jgroups.blocks.executor declared as Log Modifier and Type Field Description protected static LogExecutionRunner. _logger -
Uses of Log in org.jgroups.client
Fields in org.jgroups.client declared as Log Modifier and Type Field Description protected LogStompConnection. log -
Uses of Log in org.jgroups.conf
Fields in org.jgroups.conf declared as Log Modifier and Type Field Description protected static LogPropertyHelper. logprotected static LogXmlConfigurator. log -
Uses of Log in org.jgroups.demos
Fields in org.jgroups.demos declared as Log Modifier and Type Field Description protected LogPubServer. logprotected LogQuoteServer. log -
Uses of Log in org.jgroups.jmx
Fields in org.jgroups.jmx declared as Log Modifier and Type Field Description protected LogResourceDMBean. logMethods in org.jgroups.jmx with parameters of type Log Modifier and Type Method Description static voidResourceDMBean. dumpStats(java.lang.Object obj, java.util.Map<java.lang.String,java.lang.Object> map, Log log) -
Uses of Log in org.jgroups.logging
Classes in org.jgroups.logging that implement Log Modifier and Type Class Description classJDKLogImplLogger that delivers messages to a JDK loggerclassLog4J2LogImplLogger that delivers messages to a Log4J2 loggerclassSlf4jLogImplLogger 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_classprotected static java.lang.reflect.Constructor<? extends Log>LogFactory. ctor_strMethods in org.jgroups.logging that return Log Modifier and Type Method Description LogCustomLogFactory. getLog(java.lang.Class<?> clazz)LogCustomLogFactory. getLog(java.lang.String category)static LogLogFactory. getLog(java.lang.Class<?> clazz)static LogLogFactory. getLog(java.lang.String category)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 LogBaseBundler. logprotected LogNoBundler. logMethods in org.jgroups.protocols with parameters of type Log Modifier and Type Method Description protected static java.util.concurrent.ExecutorServiceTP. 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, Log log, boolean use_fork_join_pool, boolean use_common_fork_join_pool)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 LogGmsImpl. logprotected LogLeaver. logprotected LogMerger. logMethods in org.jgroups.protocols.pbcast that return Log Modifier and Type Method Description protected LogViewHandler. log() -
Uses of Log in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as Log Modifier and Type Field Description protected LogRelayer. logprotected LogRoute. logConstructors in org.jgroups.protocols.relay with parameters of type Log Constructor Description Relayer(RELAY2 relay, Log log)Route(Address site_master, JChannel bridge, RELAY2 relay, Log log) -
Uses of Log in org.jgroups.protocols.rules
Fields in org.jgroups.protocols.rules declared as Log Modifier and Type Field Description protected LogRule. logMethods in org.jgroups.protocols.rules with parameters of type Log Modifier and Type Method Description RuleRule. log(Log log) -
Uses of Log in org.jgroups.stack
Fields in org.jgroups.stack declared as Log Modifier and Type Field Description protected static LogConfigurator. logprotected LogDiagnosticsHandler. logprotected LogGossipRouter. logprotected LogProtocol. logprotected static LogRouterStub. logprotected LogRouterStubManager. logMethods in org.jgroups.stack that return Log Modifier and Type Method Description LogProtocol. getLog()Methods in org.jgroups.stack with parameters of type Log Modifier and Type Method Description protected static voidProtocolStack. dumpStats(java.lang.Object obj, java.util.Map<java.lang.String,java.lang.Object> map, Log log)Constructors in org.jgroups.stack with parameters of type Log Constructor Description DiagnosticsHandler(java.net.InetAddress diagnostics_addr, int diagnostics_port, java.util.List<java.net.NetworkInterface> bind_interfaces, int diagnostics_ttl, Log log, SocketFactory socket_factory, ThreadFactory thread_factory, java.lang.String passcode)DiagnosticsHandler(java.net.InetAddress diagnostics_addr, int diagnostics_port, Log log, SocketFactory socket_factory, ThreadFactory thread_factory)DiagnosticsHandler(java.net.InetAddress diagnostics_addr, int diagnostics_port, Log log, SocketFactory socket_factory, ThreadFactory thread_factory, java.lang.String passcode) -
Uses of Log in org.jgroups.util
Fields in org.jgroups.util declared as Log Modifier and Type Field Description protected LogDefaultThreadFactory. logprotected LogForwardQueue. logprotected LogSubmitToThreadPool. logprotected LogSuppressLog. logprotected static LogTimeScheduler3. logMethods in org.jgroups.util with parameters of type Log Modifier and Type Method Description static java.net.MulticastSocketUtil. createMulticastSocket(SocketFactory factory, java.lang.String service_name, java.net.InetAddress mcast_addr, int port, Log log)static java.util.concurrent.ExecutorServiceThreadCreator. createThreadPool(int min_threads, int max_threads, long keep_alive_time, boolean virtual_threads, Log log)static java.util.concurrent.ExecutorServiceThreadCreator. 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)Constructors in org.jgroups.util with parameters of type Log Constructor Description ForwardQueue(Log log)SuppressLog(Log log, java.lang.String message_key, java.lang.String suppress_msg)
-