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
graph BT Type-->Base0["Object"] Type-.->Interface0["IPassCommand"] Type["FirstPassCommand"] class Type type-node

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