Class AbstractDatabaseManager.AbstractFactoryData

    • Field Detail

      • bufferSize

        private final int bufferSize
      • layout

        private final Layout<? extends java.io.Serializable> layout
    • Constructor Detail

      • AbstractFactoryData

        protected AbstractFactoryData​(int bufferSize,
                                      Layout<? extends java.io.Serializable> layout)
        Constructs the base factory data.
        Parameters:
        bufferSize - The size of the buffer.
        layout - The appender-level layout
      • AbstractFactoryData

        protected AbstractFactoryData​(Configuration configuration,
                                      int bufferSize,
                                      Layout<? extends java.io.Serializable> layout)
        Constructs the base factory data.
        Parameters:
        configuration - Configuration creating this instance.
        bufferSize - The size of the buffer.
        layout - The appender-level layout
    • Method Detail

      • getBufferSize

        public int getBufferSize()
        Gets the buffer size.
        Returns:
        the buffer size.
      • getLayout

        public Layout<? extends java.io.Serializable> getLayout()
        Gets the layout.
        Returns:
        the layout.