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

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

Methods in org.apache.logging.log4j.core.appender.db.nosql 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.core.appender.db.nosql.couch
 

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

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

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



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.