Class CheckpointPagesWriterFactory
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.checkpoint.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidthreadBuf(ThreadLocal<ByteBuffer> threadBuf)
-
-
-
Method Detail
-
threadBuf
public void threadBuf(ThreadLocal<ByteBuffer> threadBuf)
- Parameters:
threadBuf- Thread local byte buffer.
-
-