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 voidanalyzeEntry(eu.svjatoslav.sixth.data.store.file.EntryRecord record)voidanalyzeStartOfDataArea()voidcheckDefragmentationPointer(long defragmentationStartAddress)
-
-
-
Constructor Detail
-
VacuumContext
public VacuumContext(FileDataStore fileDataStore, long currentFreeAddress, int targetFragmentationPercent)
-
-