Uses of Interface
org.apache.logging.log4j.nosql.appender.NoSqlConnection

Packages that use NoSqlConnection
org.apache.logging.log4j.nosql.appender The NoSQL Appender supports writing log events to NoSQL databases. 
org.apache.logging.log4j.nosql.appender.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender. 
org.apache.logging.log4j.nosql.appender.mongodb The classes in this package contain the MongoDB provider for the NoSQL Appender. 
 

Uses of NoSqlConnection in org.apache.logging.log4j.nosql.appender
 

Classes in org.apache.logging.log4j.nosql.appender 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.nosql.appender.couchdb
 

Classes in org.apache.logging.log4j.nosql.appender.couchdb that implement NoSqlConnection
 class CouchDbConnection
          The Apache CouchDB implementation of NoSqlConnection.
 

Uses of NoSqlConnection in org.apache.logging.log4j.nosql.appender.mongodb
 

Classes in org.apache.logging.log4j.nosql.appender.mongodb that implement NoSqlConnection
 class MongoDbConnection
          The MongoDB implementation of NoSqlConnection.
 



Copyright © 1999-2015 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.