com.coyotegulch.jisp
public interface ObjectDatabaseCallback
ObjectDatabaseFile
. You supply an implementor
of this interface when invoking the ObjectDatabaseFile.commit
method.
Method Summary | |
---|---|
void | compactNotify(long position, Object obj)
A function called when an object is rewritten to the compacted files. |
Parameters: position New file position for obj
obj Object being moved
See Also: ObjectDatabaseFile