Class CheckpointPagesWriterFactory


  • public class CheckpointPagesWriterFactory
    extends Object
    Factory class for checkpoint pages writer. It holds all dependency which is needed for creation of checkpoint writer and recovery checkpoint writer.
    • Method Detail

      • threadBuf

        public void threadBuf​(ThreadLocal<ByteBuffer> threadBuf)
        Parameters:
        threadBuf - Thread local byte buffer.