Class AbstractDatabaseManager.AbstractFactoryData
- java.lang.Object
-
- org.apache.logging.log4j.core.appender.db.AbstractDatabaseManager.AbstractFactoryData
-
- Enclosing class:
- AbstractDatabaseManager
protected abstract static class AbstractDatabaseManager.AbstractFactoryData extends java.lang.Object
Implementations should extend this class for passing data between the getManager method and the manager factory class.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFactoryData(int bufferSize)
Constructs the base factory data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBufferSize()
Gets the buffer size.
-