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 classes
|
org.jgroups.blocks.executor | |
org.jgroups.blocks.mux | |
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 |
Supports probabilistic broadcasts.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
Channel.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
AuthToken.log |
Modifier and Type | Field and Description |
---|---|
protected static Log |
MethodCall.log |
protected static Log |
Request.log |
protected static Log |
RequestCorrelator.log |
protected Log |
ReplicatedHashMap.log |
protected Log |
MessageDispatcher.log |
protected Log |
ReplicatedTree.log |
protected Log |
BasicConnectionTable.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
BaseServer.log |
Modifier and Type | Method and Description |
---|---|
Log |
BaseServer.log() |
Modifier and Type | Method and Description |
---|---|
BaseServer |
BaseServer.log(Log the_log) |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ExecutionRunner._logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
MuxUpHandler.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
StompConnection.log |
Modifier and Type | Field and Description |
---|---|
protected static Log |
XmlConfigurator.log |
protected static Log |
PropertyHelper.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
PubServer.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
ResourceDMBean.log |
Modifier and Type | Class and Description |
---|---|
class |
JDKLogImpl
Logger that delivers messages to a JDK logger
|
class |
Log4J2LogImpl
Logger that delivers messages to a Log4J2 logger
|
Modifier and Type | Method and Description |
---|---|
Log |
CustomLogFactory.getLog(java.lang.Class clazz) |
static Log |
LogFactory.getLog(java.lang.Class clazz) |
Log |
CustomLogFactory.getLog(java.lang.String category) |
static Log |
LogFactory.getLog(java.lang.String category) |
Modifier and Type | Field and Description |
---|---|
protected static Log |
RACKSPACE_PING.log |
protected Log |
BaseBundler.log |
protected Log |
NoBundler.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
Merger.log |
protected Log |
GmsImpl.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
Route.log |
protected Log |
Relayer.log |
Constructor and Description |
---|
Relayer(RELAY2 relay,
Log log) |
Route(Address site_master,
JChannel bridge,
RELAY2 relay,
Log log) |
Modifier and Type | Field and Description |
---|---|
protected Log |
Rule.log |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.log(Log log) |
Modifier and Type | Field and Description |
---|---|
protected Log |
GossipRouter.log |
protected static Log |
Retransmitter.log
Deprecated.
|
protected Log |
DiagnosticsHandler.log |
protected Log |
RouterStubManager.log |
protected static Log |
Configurator.log |
protected static Log |
RouterStub.log |
protected static Log |
NakReceiverWindow.log
Deprecated.
|
protected Log |
Protocol.log |
Modifier and Type | Method and Description |
---|---|
Log |
Protocol.getLog() |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected static Log |
CreditMap.log |
protected static Log |
HashedTimingWheel.log |
protected static Log |
TimeScheduler2.log
Deprecated.
|
protected static Log |
DefaultTimeScheduler.log |
protected static Log |
Queue.log |
protected static Log |
TimeScheduler3.log |
protected Log |
ForwardQueue.log |
protected static Log |
RetransmitTable.log
Deprecated.
|
protected Log |
SuppressLog.log |
Modifier and Type | Method and Description |
---|---|
static java.net.MulticastSocket |
Util.createMulticastSocket(SocketFactory factory,
java.lang.String service_name,
java.net.InetAddress mcast_addr,
int port,
Log log) |
Constructor and Description |
---|
ForwardQueue(Log log) |
SuppressLog(Log log,
java.lang.String message_key,
java.lang.String suppress_msg) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.