com.db4o.config
Interface FreespaceFiller
public interface FreespaceFiller
Callback hook for overwriting freed space in the database file.
Method Summary |
void |
fill(com.db4o.io.BlockAwareBinWindow io)
Called to overwrite freed space in the database file. |
fill
void fill(com.db4o.io.BlockAwareBinWindow io)
throws java.io.IOException
- Called to overwrite freed space in the database file.
- Parameters:
io
- Handle for the freed slot
- Throws:
java.io.IOException
Copyright 2009 Versant Corporation. All rights reserved.