FirstPassCommand Class

Summary

First step in the defragmenting process: Allocates pointer slots in the target file for each ID (but doesn't fill them in, yet) and registers the mapping from source pointer address to target pointer address.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Defragment
Interfaces
  • IPassCommand
Base Types
  • Object
FirstPassCommand
Object
IPassCommand

Syntax

public sealed class FirstPassCommand : IPassCommand

Remarks

First step in the defragmenting process: Allocates pointer slots in the target file for each ID (but doesn't fill them in, yet) and registers the mapping from source pointer address to target pointer address.

Methods