- Enclosing class:
- SortedLSNTreeWalker
public static class SortedLSNTreeWalker.DeltaINEntry
extends SortedLSNTreeWalker.INEntry
Supplements INEntry with BIN-delta information. When a BIN-delta is
encountered during the fetching process, we cannot immediately place it
in the tree. Instead we queue a DeltaINEntry for fetching the full BIN,
in LSN order as usual. When the full BIN is fetched, the DeltaINEntry
is used to apply the delta and place the result in the tree.