Uses of Interface
org.apache.logging.log4j.core.appender.db.nosql.NoSQLConnection

Packages that use NoSQLConnection
org.apache.logging.log4j.core.appender.db.nosql The NoSQL Appender supports writing log events to NoSQL databases. 
org.apache.logging.log4j.core.appender.db.nosql.couch The classes in this package contain the Apache CouchDB provider for the NoSQL Appender. 
org.apache.logging.log4j.core.appender.db.nosql.mongo The classes in this package contain the MongoDB provider for the NoSQL Appender. 
 

Uses of NoSQLConnection in org.apache.logging.log4j.core.appender.db.nosql
 

Classes in org.apache.logging.log4j.core.appender.db.nosql with type parameters of type NoSQLConnection
 interface NoSQLProvider<C extends NoSQLConnection<?,? extends NoSQLObject<?>>>
          Implementations of this class are plugins for configuring the NoSQLAppender with the proper provider (MongoDB, etc.).
 

Uses of NoSQLConnection in org.apache.logging.log4j.core.appender.db.nosql.couch
 

Classes in org.apache.logging.log4j.core.appender.db.nosql.couch that implement NoSQLConnection
 class CouchDBConnection
          The Apache CouchDB implementation of NoSQLConnection.
 

Uses of NoSQLConnection in org.apache.logging.log4j.core.appender.db.nosql.mongo
 

Classes in org.apache.logging.log4j.core.appender.db.nosql.mongo that implement NoSQLConnection
 class MongoDBConnection
          The MongoDB implementation of NoSQLConnection.
 



Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.