W - A type parameter for reassuring the compiler that all operations are using the same NoSqlObject.public final class NoSqlDatabaseManager<W> extends AbstractDatabaseManager
AbstractDatabaseManager implementation for all NoSQL databases.AbstractDatabaseManager.AbstractFactoryDatacount, LOGGER| Modifier and Type | Method and Description |
|---|---|
protected boolean |
commitAndClose() |
protected void |
connectAndStart() |
static 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. |
protected boolean |
shutdownInternal() |
protected void |
startupInternal() |
protected void |
writeInternal(LogEvent event) |
flush, getManager, isRunning, releaseSub, shutdown, startup, toString, writeclose, getContentFormat, getCount, getLoggerContext, getName, hasManager, log, logDebug, logError, logWarn, release, stop, updateDataprotected void startupInternal()
startupInternal in class AbstractDatabaseManagerprotected boolean shutdownInternal()
shutdownInternal in class AbstractDatabaseManagerprotected void connectAndStart()
connectAndStart in class AbstractDatabaseManagerprotected void writeInternal(LogEvent event)
writeInternal in class AbstractDatabaseManagerprotected boolean commitAndClose()
commitAndClose in class AbstractDatabaseManagerpublic static NoSqlDatabaseManager<?> getNoSqlDatabaseManager(String name, int bufferSize, NoSqlProvider<?> provider)
NoSqlAppender, or returns a suitable one if it already exists.name - The name of the manager, which should include connection details and hashed passwords where possible.bufferSize - The size of the log event buffer.provider - A provider instance which will be used to obtain connections to the chosen NoSQL database.Copyright © 1999-2016 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.