Interface DfsPackCompactor.PreCommitHook

Enclosing class:
DfsPackCompactor

public static interface DfsPackCompactor.PreCommitHook
Hook invoked after the compact calculation is done, but before committing the resulting packs.

The hook implementations must not modify the incoming collections. Instead, they should return any extra packs to commit or remove in a DfsPackCompactor.PreCommitHook.Packs record, which the caller will combine with the calculated results.