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

Packages that use NoSqlProvider
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 NoSqlProvider in org.apache.logging.log4j.nosql.appender
 

Methods in org.apache.logging.log4j.nosql.appender with parameters of type NoSqlProvider
static NoSqlAppender NoSqlAppender.createAppender(String name, String ignore, Filter filter, String bufferSize, NoSqlProvider<?> provider)
          Factory method for creating a NoSQL appender within the plugin manager.
static NoSqlDatabaseManager<?> NoSqlDatabaseManager.getNoSqlDatabaseManager(String name, int bufferSize, NoSqlProvider<?> provider)
          Creates a NoSQL manager for use within the NoSqlAppender, or returns a suitable one if it already exists.
 

Uses of NoSqlProvider in org.apache.logging.log4j.nosql.appender.couchdb
 

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

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

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



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.