Uses of Interface
org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
Packages that use NoSqlConnection
Package
Description
The NoSQL Appender supports writing log events to NoSQL databases.
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 NoSqlConnectionModifier and TypeInterfaceDescriptioninterface
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 NoSqlConnectionModifier and TypeClassDescriptionclass
AbstractNoSqlConnection<W,
T extends NoSqlObject<W>> Facilitates implementations ofNoSqlConnection
.Fields in org.apache.logging.log4j.core.appender.nosql declared as NoSqlConnectionModifier and TypeFieldDescriptionprivate NoSqlConnection<W,
? extends NoSqlObject<W>> NoSqlDatabaseManager.connection
Fields in org.apache.logging.log4j.core.appender.nosql with type parameters of type NoSqlConnectionModifier and TypeFieldDescriptionprivate final NoSqlProvider<NoSqlConnection<W,
? extends NoSqlObject<W>>> NoSqlDatabaseManager.provider
Constructor parameters in org.apache.logging.log4j.core.appender.nosql with type arguments of type NoSqlConnectionModifierConstructorDescriptionprivate
NoSqlDatabaseManager
(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 NoSqlConnectionModifier and TypeClassDescriptionfinal class
The Apache CouchDB implementation ofNoSqlConnection
.