protected abstract static class AbstractDatabaseManager.AbstractFactoryData extends AbstractManager.AbstractFactoryData
Modifier | Constructor and Description |
---|---|
protected |
AbstractFactoryData(Configuration configuration,
int bufferSize,
Layout<? extends Serializable> layout)
Constructs the base factory data.
|
protected |
AbstractFactoryData(int bufferSize,
Layout<? extends Serializable> layout)
Deprecated.
Use
AbstractFactoryData#AbstractFactoryData(Configuration, int, Layout) . |
Modifier and Type | Method and Description |
---|---|
int |
getBufferSize()
Gets the buffer size.
|
Layout<? extends Serializable> |
getLayout()
Gets the layout.
|
getConfiguration
protected AbstractFactoryData(int bufferSize, Layout<? extends Serializable> layout)
AbstractFactoryData#AbstractFactoryData(Configuration, int, Layout)
.bufferSize
- The size of the buffer.layout
- The appender-level layoutprotected AbstractFactoryData(Configuration configuration, int bufferSize, Layout<? extends Serializable> layout)
configuration
- Configuration creating this instance.bufferSize
- The size of the buffer.layout
- The appender-level layoutpublic int getBufferSize()
public Layout<? extends Serializable> getLayout()
Copyright © 1999-2023 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.