Class DirtyBlockTable
- java.lang.Object
-
- net.timewalker.ffmq4.storage.data.impl.journal.DirtyBlockTable
-
public final class DirtyBlockTable extends Object
DirtyBlockTable
-
-
Constructor Summary
Constructors Constructor Description DirtyBlockTable()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidblockFlushed(int blockIndex)byte[]get(int blockIndex)intgetSize()voidmarkDirty(int blockIndex, byte[] blockData)
-