Class VacuumContext
- java.lang.Object
-
- eu.svjatoslav.sixth.data.store.file.VacuumContext
-
public class VacuumContext extends Object
-
-
Constructor Summary
Constructors Constructor Description VacuumContext(FileDataStore fileDataStore, long currentFreeAddress, int targetFragmentationPercent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
analyzeEntry(eu.svjatoslav.sixth.data.store.file.EntryRecord record)
void
analyzeStartOfDataArea()
void
checkDefragmentationPointer(long defragmentationStartAddress)
-
-
-
Constructor Detail
-
VacuumContext
public VacuumContext(FileDataStore fileDataStore, long currentFreeAddress, int targetFragmentationPercent)
-
-