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.AbstractFactoryData
count, 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, write
close, getContentFormat, getCount, getLoggerContext, getName, hasManager, log, logDebug, logError, logWarn, narrow, release, stop, updateData
protected void startupInternal()
startupInternal
in class AbstractDatabaseManager
protected boolean shutdownInternal()
shutdownInternal
in class AbstractDatabaseManager
protected void connectAndStart()
connectAndStart
in class AbstractDatabaseManager
protected void writeInternal(LogEvent event)
writeInternal
in class AbstractDatabaseManager
protected boolean commitAndClose()
commitAndClose
in class AbstractDatabaseManager
public 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-2017 The 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.