|
||||||||||
| 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.mux | |
| org.jgroups.conf | Provides ways to configure a protocol stack. |
| org.jgroups.debug | Provides debug support, including testing, profiling, and a graphical view of a protocol stack. |
| org.jgroups.logging | |
| org.jgroups.persistence | Provides features for storing information to a database or file. |
| 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. |
| Uses of Log in org.jgroups |
|---|
| Fields in org.jgroups declared as Log | |
|---|---|
protected static Log |
Message.log
|
protected Log |
JChannel.log
|
protected static Log |
Membership.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 |
PullPushAdapter.log
Deprecated. |
protected Log |
ReplicatedTree.log
|
protected static Log |
MethodCall.log
|
protected Log |
VotingAdapter.log
|
protected Log |
MessageDispatcher.log
|
protected static Log |
Request.log
|
protected Log |
NotificationBus.log
|
protected Log |
DistributedLockManager.log
|
protected Log |
AbstractConnectionMap.log
|
protected Log |
ReplicatedHashMap.log
|
protected static Log |
DistributedTree.log
|
protected Log |
DistributedQueue.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.conf |
|---|
| Fields in org.jgroups.conf declared as Log | |
|---|---|
protected static Log |
XmlConfigurator.log
|
protected static Log |
ClassConfigurator.log
|
protected static Log |
PropertyHelper.log
|
| Uses of Log in org.jgroups.debug |
|---|
| Fields in org.jgroups.debug declared as Log | |
|---|---|
protected Log |
ProtocolTester.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.persistence |
|---|
| Fields in org.jgroups.persistence declared as Log | |
|---|---|
protected static Log |
PersistenceFactory.log
|
protected Log |
DBPersistenceManager.log
|
| Uses of Log in org.jgroups.protocols.pbcast |
|---|
| Fields in org.jgroups.protocols.pbcast declared as Log | |
|---|---|
protected Log |
GmsImpl.log
|
| Constructors in org.jgroups.protocols.pbcast with parameters of type Log | |
|---|---|
Merger(GMS gms,
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 static Log |
NakReceiverWindow.log
|
protected static Log |
AckMcastReceiverWindow.log
|
protected Log |
Protocol.log
|
protected Log |
GossipRouter.log
|
protected static Log |
Retransmitter.log
|
protected static Log |
Configurator.log
|
protected static Log |
AckMcastSenderWindow.log
Default retransmit thread suspend timeout (ms) |
| Uses of Log in org.jgroups.util |
|---|
| Fields in org.jgroups.util declared as Log | |
|---|---|
protected static Log |
TimeScheduler.log
|
protected static Log |
Digest.log
|
protected static Log |
PropertiesToXML.log
|
protected static Log |
Queue.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||