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. -
-
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 interfaceNoSqlProvider<C extends NoSqlConnection<?,? extends NoSqlObject<?>>>Implementations of this class are plugins for configuring theNoSqlAppenderwith the proper provider (MongoDB, etc.).Classes in org.apache.logging.log4j.core.appender.nosql that implement NoSqlConnection Modifier and Type Class Description classAbstractNoSqlConnection<W,T extends NoSqlObject<W>>Facilitates implementations ofNoSqlConnection.Fields in org.apache.logging.log4j.core.appender.nosql declared as NoSqlConnection Modifier and Type Field Description private NoSqlConnection<W,? extends NoSqlObject<W>>NoSqlDatabaseManager. connectionFields in org.apache.logging.log4j.core.appender.nosql with type parameters of type NoSqlConnection Modifier and Type Field Description private NoSqlProvider<NoSqlConnection<W,? extends NoSqlObject<W>>>NoSqlDatabaseManager. providerConstructor parameters in org.apache.logging.log4j.core.appender.nosql with type arguments of type NoSqlConnection Constructor Description NoSqlDatabaseManager(java.lang.String name, int bufferSize, NoSqlProvider<NoSqlConnection<W,? extends NoSqlObject<W>>> provider, KeyValuePair[] additionalFields, Configuration configuration) -
Uses of NoSqlConnection in org.apache.logging.log4j.couchdb
Classes in org.apache.logging.log4j.couchdb that implement NoSqlConnection Modifier and Type Class Description classCouchDbConnectionThe Apache CouchDB implementation ofNoSqlConnection.
-