db4o 6.1

com.db4o.config
Interface FreespaceFiller


public interface FreespaceFiller

Callback hook for overwriting freed space in the database file.


Method Summary
 void fill(IoAdapterWindow io)
          Called to overwrite freed space in the database file.
 

Method Detail

fill

void fill(IoAdapterWindow 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

db4o 6.1