public interface ObjectDatabaseCallback
ObjectDatabaseFile
. You supply an implementor
of this interface when invoking the ObjectDatabaseFile.commit
method.Modifier and Type | Method | Description |
---|---|---|
void |
compactNotify(long position,
java.lang.Object obj) |
A function called when an object is rewritten to the compacted files.
|
void compactNotify(long position, java.lang.Object obj)
position
- New file position for obj
obj
- Object being movedObjectDatabaseFile