Uses of Class
net.timewalker.ffmq4.storage.data.impl.journal.DirtyBlockTable
-
Packages that use DirtyBlockTable Package Description net.timewalker.ffmq4.storage.data.impl.journal -
-
Uses of DirtyBlockTable in net.timewalker.ffmq4.storage.data.impl.journal
Constructors in net.timewalker.ffmq4.storage.data.impl.journal with parameters of type DirtyBlockTable Constructor Description BlockBasedDataStoreJournal(String baseName, File dataFolder, long maxJournalSize, int maxWriteBatchSize, int maxUnflushedJournalSize, int maxUncommittedStoreSize, int journalOutputBuffer, int storageSyncMethod, boolean preAllocateFiles, RandomAccessFile allocationTableRandomAccessFile, RandomAccessFile dataRandomAccessFile, DirtyBlockTable dirtyBlockTable, AsyncTaskManager asyncTaskManager)Constructor
-