Uses of Interface
org.jgroups.logging.Log
Packages that use Log
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides ways to configure a protocol stack.
Provides demonstrations of JGroups functionality.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
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 -
Uses of Log in org.jgroups.auth
Fields in org.jgroups.auth declared as Log -
Uses of Log in org.jgroups.blocks
Fields in org.jgroups.blocks declared as LogModifier and TypeFieldDescriptionprivate static final LogCache.log(package private) static final LogGridInputStream.log(package private) static final LogGridOutputStream.logprotected final LogMessageDispatcher.logprivate static final LogReplCache.logprotected final LogReplicatedHashMap.logprotected final LogReplicatedTree.logprotected static final LogRequestCorrelator.log -
Uses of Log in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as LogMethods in org.jgroups.blocks.cs that return LogMethods in org.jgroups.blocks.cs with parameters of type Log -
Uses of Log in org.jgroups.client
Fields in org.jgroups.client declared as Log -
Uses of Log in org.jgroups.conf
Fields in org.jgroups.conf declared as Log -
Uses of Log in org.jgroups.demos
Fields in org.jgroups.demos declared as Log -
Uses of Log in org.jgroups.jmx
Fields in org.jgroups.jmx declared as Log -
Uses of Log in org.jgroups.logging
Classes in org.jgroups.logging that implement LogModifier and TypeClassDescriptionclassLogger that delivers messages to a JDK loggerclassLogger that delivers messages to a Log4J2 loggerclassLogger that delivers messages to a SLF4J loggerFields in org.jgroups.logging with type parameters of type LogModifier and TypeFieldDescriptionprotected static Constructor<? extends Log> LogFactory.ctor_classMethods in org.jgroups.logging that return LogMethods in org.jgroups.logging that return types with arguments of type LogModifier and TypeMethodDescriptionprotected static Constructor<? extends Log> LogFactory.findConstructor(String classname, Class<?> arg) -
Uses of Log in org.jgroups.protocols
Fields in org.jgroups.protocols declared as LogModifier and TypeFieldDescriptionprotected LogBaseBundler.logprotected LogNoBundler.logprotected LogPerDestinationBundler.logprivate LogRACKSPACE_PING.RackspaceClient.logprivate final LogSWIFT_PING.SwiftClient.logprotected LogTransferQueueBundler2.logMethods in org.jgroups.protocols with parameters of type LogConstructors in org.jgroups.protocols with parameters of type LogModifierConstructorDescriptionSwiftClient(SWIFT_PING.Authenticator authenticator, Log l) Constructor -
Uses of Log in org.jgroups.protocols.dns
Fields in org.jgroups.protocols.dns declared as Log -
Uses of Log in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as LogModifier and TypeFieldDescriptionprotected final LogGmsImpl.logprotected final LogLeaver.logprotected final LogMerger.logMethods in org.jgroups.protocols.pbcast that return Log -
Uses of Log in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as LogModifier and TypeFieldDescriptionprotected final LogBridge.logprotected final LogRelayer.logprotected final LogRoute.logMethods in org.jgroups.protocols.relay that return LogConstructors in org.jgroups.protocols.relay with parameters of type Log -
Uses of Log in org.jgroups.stack
Fields in org.jgroups.stack declared as LogModifier and TypeFieldDescriptionprotected static final LogConfigurator.logprotected final LogDiagnosticsHandler.logprotected final LogGossipRouter.logprotected final LogProtocol.logprotected static final LogRouterStub.logprotected final LogRouterStubManager.logMethods in org.jgroups.stack that return LogMethods in org.jgroups.stack with parameters of type LogModifier and TypeMethodDescriptionstatic RouterStubManagerRouterStubManager.emptyGossipClientStubManager(Log log, TimeScheduler timer) Constructors in org.jgroups.stack with parameters of type LogModifierConstructorDescriptionDiagnosticsHandler(Log log, SocketFactory socket_factory, ThreadFactory thread_factory) RouterStubManager(Log log, TimeScheduler timer, String cluster_name, Address local_addr, String logical_name, PhysicalAddress phys_addr, long reconnect_interval) -
Uses of Log in org.jgroups.tests
Fields in org.jgroups.tests declared as Log -
Uses of Log in org.jgroups.tests.perf
Fields in org.jgroups.tests.perf declared as Log -
Uses of Log in org.jgroups.tests.rt.transports
Fields in org.jgroups.tests.rt.transports declared as Log -
Uses of Log in org.jgroups.util
Fields in org.jgroups.util declared as LogModifier and TypeFieldDescriptionprotected LogDefaultThreadFactory.logprivate static final LogSslContextFactory.logprotected LogSubmitToThreadPool.logprotected final LogSuppressLog.logprotected LogThreadPool.logprotected static final LogTimeScheduler3.log(package private) static final LogFileWatcher.LOG(package private) static final LogReloadingX509KeyManager.LOG(package private) static final LogReloadingX509TrustManager.LOGprivate static final LogThreadCreator.LOGMethods in org.jgroups.util with parameters of type LogModifier and TypeMethodDescriptionstatic MulticastSocketUtil.createMulticastSocket(SocketFactory factory, String service_name, InetAddress mcast_addr, int port, Log log) static ExecutorServiceThreadCreator.createThreadPool(int min_threads, int max_threads, long keep_alive_time, boolean virtual_threads, Log log) static ExecutorServiceThreadCreator.createThreadPool(int min_threads, int max_threads, long keep_alive_time, String rejection_policy, BlockingQueue<Runnable> queue, ThreadFactory factory, boolean useVirtualThreads, Log log) <T extends DefaultThreadFactory>
TConstructors in org.jgroups.util with parameters of type Log