public interface ObjectDatabaseCallback
ObjectDatabaseFile. You supply an implementor
of this interface when invoking the ObjectDatabaseFile.commit method.| Modifier and Type | Method and 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 objobj - Object being movedObjectDatabaseFile