db4o 8.0

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.
 

Method Detail

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

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.