|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
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 | 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. |
Uses of Log in org.jgroups |
---|
Fields in org.jgroups declared as Log | |
---|---|
protected static Log |
Message.log
|
protected Log |
JChannel.log
|
Methods in org.jgroups that return Log | |
---|---|
protected Log |
JChannel.getLog()
|
protected abstract Log |
Channel.getLog()
|
Uses of Log in org.jgroups.auth |
---|
Fields in org.jgroups.auth declared as Log | |
---|---|
protected Log |
AuthToken.log
|
Uses of Log in org.jgroups.blocks |
---|
Fields in org.jgroups.blocks declared as Log | |
---|---|
protected static Log |
RequestCorrelator.log
|
protected Log |
BasicConnectionTable.log
|
protected Log |
ReplicatedTree.log
|
protected static Log |
MethodCall.log
|
protected Log |
MessageDispatcher.log
|
protected static Log |
Request.log
|
protected Log |
TCPConnectionMap.log
|
protected Log |
TCPConnectionMap.TCPConnection.log
|
protected Log |
AbstractConnectionMap.log
|
protected Log |
ReplicatedHashMap.log
|
Uses of Log in org.jgroups.blocks.executor |
---|
Fields in org.jgroups.blocks.executor declared as Log | |
---|---|
protected static Log |
ExecutionRunner._logger
|
Uses of Log in org.jgroups.blocks.mux |
---|
Fields in org.jgroups.blocks.mux declared as Log | |
---|---|
protected Log |
MuxUpHandler.log
|
Uses of Log in org.jgroups.client |
---|
Fields in org.jgroups.client declared as Log | |
---|---|
protected Log |
StompConnection.log
|
Uses of Log in org.jgroups.conf |
---|
Fields in org.jgroups.conf declared as Log | |
---|---|
static Log |
ProtocolConfiguration.log
|
protected static Log |
XmlConfigurator.log
|
protected static Log |
ClassConfigurator.log
|
protected static Log |
PropertyHelper.log
|
Uses of Log in org.jgroups.logging |
---|
Classes in org.jgroups.logging that implement Log | |
---|---|
class |
JDKLogImpl
Logger that delivers messages to a JDK logger |
class |
Log4JLogImpl
Logger that delivers messages to a Log4J logger |
Methods in org.jgroups.logging that return Log | |
---|---|
static Log |
LogFactory.getLog(java.lang.Class clazz)
|
Log |
CustomLogFactory.getLog(java.lang.Class clazz)
|
static Log |
LogFactory.getLog(java.lang.String category)
|
Log |
CustomLogFactory.getLog(java.lang.String category)
|
Uses of Log in org.jgroups.protocols |
---|
Fields in org.jgroups.protocols declared as Log | |
---|---|
protected static Log |
RACKSPACE_PING.log
|
Uses of Log in org.jgroups.protocols.pbcast |
---|
Fields in org.jgroups.protocols.pbcast declared as Log | |
---|---|
protected Log |
GmsImpl.log
|
Uses of Log in org.jgroups.protocols.relay |
---|
Fields in org.jgroups.protocols.relay declared as Log | |
---|---|
protected Log |
Relayer.log
|
Constructors in org.jgroups.protocols.relay with parameters of type Log | |
---|---|
Relayer(RELAY2 relay,
Log log,
int num_routes)
|
Uses of Log in org.jgroups.protocols.rules |
---|
Fields in org.jgroups.protocols.rules declared as Log | |
---|---|
protected Log |
Rule.log
|
Methods in org.jgroups.protocols.rules with parameters of type Log | |
---|---|
Rule |
Rule.log(Log log)
|
Uses of Log in org.jgroups.stack |
---|
Fields in org.jgroups.stack declared as Log | |
---|---|
protected static Log |
IpAddress.log
|
protected Log |
RouterStubManager.log
|
protected Log |
DiagnosticsHandler.log
|
protected static Log |
NakReceiverWindow.log
|
protected Log |
Protocol.log
|
protected Log |
GossipRouter.log
|
protected static Log |
Retransmitter.log
|
protected static Log |
Configurator.log
|
protected static Log |
RouterStub.log
|
Constructors in org.jgroups.stack with parameters of type Log | |
---|---|
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 | |
---|---|
protected static Log |
RetransmitTable.log
|
protected static Log |
PropertiesToXML.log
|
protected static Log |
TimeScheduler3.log
|
protected Log |
ForwardQueue.log
|
protected static Log |
DefaultTimeScheduler.log
|
protected static Log |
Queue.log
|
protected static Log |
HashedTimingWheel.log
|
protected Log |
SuppressLog.log
|
protected static Log |
TimeScheduler2.log
|
Methods in org.jgroups.util with parameters of type Log | |
---|---|
static java.net.MulticastSocket |
Util.createMulticastSocket(SocketFactory factory,
java.lang.String service_name,
java.net.InetAddress mcast_addr,
int port,
Log log)
|
Constructors in org.jgroups.util with parameters of type Log | |
---|---|
ForwardQueue(Log log)
|
|
SuppressLog(Log log,
java.lang.String message_key,
java.lang.String suppress_msg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |