| java.lang.Object com.db4o.defragment.SecondPassCommand
SecondPassCommand | final class SecondPassCommand implements PassCommand(Code) | | Second step in the defragmenting process: Fills in target file pointer slots, copies
content slots from source to target and triggers ID remapping therein by calling the
appropriate yap/marshaller defrag() implementations. During the process, the actual address
mappings for the content slots are registered for use with string indices.
|
_objectCommitFrequency | final protected int _objectCommitFrequency(Code) | | |
_objectCount | protected int _objectCount(Code) | | |
SecondPassCommand | public SecondPassCommand(int objectCommitFrequency)(Code) | | |
|
|