Uses of Interface
org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
-
Packages that use NoSqlConnection Package Description org.apache.logging.log4j.core.appender.nosql The NoSQL Appender supports writing log events to NoSQL databases.org.apache.logging.log4j.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender.org.apache.logging.log4j.mongodb The classes in this package contain the MongoDB provider for the NoSQL Appender. -
-
Uses of NoSqlConnection in org.apache.logging.log4j.core.appender.nosql
Classes in org.apache.logging.log4j.core.appender.nosql with type parameters of type NoSqlConnection Modifier and Type Interface Description interface
NoSqlProvider<C extends NoSqlConnection<?,? extends NoSqlObject<?>>>
Implementations of this class are plugins for configuring theNoSqlAppender
with the proper provider (MongoDB, etc.).Classes in org.apache.logging.log4j.core.appender.nosql that implement NoSqlConnection Modifier and Type Class Description class
AbstractNoSqlConnection<W,T extends NoSqlObject<W>>
Facilitates implementations ofNoSqlConnection
. -
Uses of NoSqlConnection in org.apache.logging.log4j.couchdb
Classes in org.apache.logging.log4j.couchdb that implement NoSqlConnection Modifier and Type Class Description class
CouchDbConnection
The Apache CouchDB implementation ofNoSqlConnection
. -
Uses of NoSqlConnection in org.apache.logging.log4j.mongodb
Classes in org.apache.logging.log4j.mongodb that implement NoSqlConnection Modifier and Type Class Description class
MongoDbConnection
The MongoDB implementation ofNoSqlConnection
.
-