Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
com.allanbank.mongodb.client.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
com.allanbank.mongodb.client.connection.bootstrap |
Bootstraps a the correct type of connections for the type of MongoDB cluster.
|
com.allanbank.mongodb.client.connection.rs |
Support for connections to Replica Sets.
|
com.allanbank.mongodb.client.connection.sharded |
Support for connections to Sharded Configurations.
|
com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
com.allanbank.mongodb.util.log |
Provides a micro logging framework for the driver that will
use the SLF4J logging facade if it is present and Java Util Logging
if it is not.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
ReadPreferenceEditor.LOG
The logger for the
ReadPreferenceEditor . |
protected static Log |
CredentialEditor.LOG
The logger for the
CredentialEditor . |
protected static Log |
MongoClientConfigurationBeanInfo.CredentialListEditor.LOG
The logger for the
MongoClientConfigurationBeanInfo.CredentialListEditor . |
Modifier and Type | Field and Description |
---|---|
static Log |
FutureCallback.LOG
Logger to log exceptions caught when running myPendingListeners.
|
protected static Log |
ClientImpl.LOG
The logger for the
ClientImpl . |
Modifier and Type | Field and Description |
---|---|
static Log |
AuthenticatingConnection.LOG
The logger for the authenticator.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
BootstrapConnectionFactory.LOG
The logger for the
BootstrapConnectionFactory . |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ReplicaSetReconnectStrategy.LOG
The logger for the
ReplicaSetReconnectStrategy . |
protected static Log |
ReplicaSetConnectionFactory.LOG
The logger for the
ReplicaSetConnectionFactory . |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ShardedConnectionFactory.LOG
The logger for the
ShardedConnectionFactory . |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractSocketConnection.myLog
The logger for the connection.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
SimpleReconnectStrategy.LOG
The logger for the
SimpleReconnectStrategy . |
protected static Log |
ClusterPinger.LOG
The logger for the
ClusterPinger . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLog
AbstractLog implements all of the public log method to delegate to a single
AbstractLog.doLog(Level, Throwable, String, Object...) method. |
class |
JulLog
JulLog is the simplified logging implementation for Java Util Logging.
|
class |
Slf4jLog
Slf4jLog is the simplified logging implementation for SLF4J logging facade.
|
Modifier and Type | Method and Description |
---|---|
protected Log |
JulLogFactory.doGetLog(Class<?> clazz)
Delegate method for the instantiated
LogFactory . |
protected abstract Log |
LogFactory.doGetLog(Class<?> clazz)
Delegate method for the instantiated
LogFactory . |
protected Log |
Slf4jLogFactory.doGetLog(Class<?> clazz)
Delegate method for the instantiated
LogFactory . |
static Log |
LogFactory.getLog(Class<?> clazz)
Creates a
Log instance for the provided class. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.