Part of bzrlib.chk_map View In Hierarchy
This class provides a generator over the stored CHK pages and the (key, value) pairs that are in any of the new maps and not in any of the old maps.
Note that it may yield chk pages that are common (especially root nodes), but it won't yield (key,value) pairs that are common.
Method | __init__ | Undocumented |
Method | process | Undocumented |
Method | _read_nodes_from_store | Undocumented |
Method | _read_old_roots | Undocumented |
Method | _enqueue_old | Undocumented |
Method | _read_all_roots | Read the root pages. |
Method | _flush_new_queue | Undocumented |
Method | _process_next_old | Undocumented |
Method | _process_queues | Undocumented |