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.executor | |
org.jgroups.blocks.mux | |
org.jgroups.client | |
org.jgroups.conf |
Provides ways to configure a protocol stack.
|
org.jgroups.logging | |
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
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 static Log |
Message.log |
protected Log |
JChannel.log |
Modifier and Type | Method and Description |
---|---|
protected Log |
JChannel.getLog() |
protected abstract Log |
Channel.getLog() |
Modifier and Type | Field and Description |
---|---|
protected Log |
AuthToken.log |
Modifier and Type | Field and Description |
---|---|
protected static Log |
RequestCorrelator.log |
protected static Log |
Request.log |
protected Log |
ReplicatedTree.log |
protected Log |
ReplicatedHashMap.log |
protected static Log |
MethodCall.log |
protected Log |
MessageDispatcher.log |
protected Log |
BasicConnectionTable.log |
protected Log |
AbstractConnectionMap.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 |
static Log |
ProtocolConfiguration.log |
protected static Log |
PropertyHelper.log |
protected static Log |
ClassConfigurator.log |
Modifier and Type | Class and Description |
---|---|
class |
JDKLogImpl
Logger that delivers messages to a JDK logger
|
class |
Log4JLogImpl
Logger that delivers messages to a Log4J logger
|
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class clazz) |
Log |
CustomLogFactory.getLog(Class clazz) |
static Log |
LogFactory.getLog(String category) |
Log |
CustomLogFactory.getLog(String category) |
Modifier and Type | Field and Description |
---|---|
protected Log |
GmsImpl.log |
Constructor and Description |
---|
Merger(GMS gms,
Log log) |
Modifier and Type | Field and Description |
---|---|
protected Log |
RouterStubManager.log |
protected static Log |
Retransmitter.log |
protected Log |
Protocol.log |
protected static Log |
NakReceiverWindow.log |
protected static Log |
IpAddress.log |
protected Log |
GossipRouter.log |
protected Log |
DiagnosticsHandler.log |
protected static Log |
Configurator.log |
Constructor and Description |
---|
DiagnosticsHandler(InetAddress diagnostics_addr,
int diagnostics_port,
Log log,
SocketFactory socket_factory,
ThreadFactory thread_factory) |
Modifier and Type | Field and Description |
---|---|
protected static Log |
TimeScheduler2.log |
protected static Log |
RetransmitTable.log |
protected static Log |
Queue.log |
protected static Log |
PropertiesToXML.log |
protected static Log |
HashedTimingWheel.log |
protected static Log |
DefaultTimeScheduler.log |
Modifier and Type | Method and Description |
---|---|
static MulticastSocket |
Util.createMulticastSocket(SocketFactory factory,
String service_name,
InetAddress mcast_addr,
int port,
Log log) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.