Part of bzrlib.groupcompress View In Hierarchy
| Instance Variables | total_bytes | int of expected number of bytes needed to fetch the currently pending batch. |
| Method | __init__ | Undocumented |
| Method | add_key | Add another to key to fetch. |
| Method | yield_factories | Yield factories for keys added since the last yield. They will be |
| Method | _flush_manager | Undocumented |
| Returns | The estimated number of bytes needed to fetch the batch so far. | |
| Parameters | full_flush | by default, some results may not be returned in case they can be part of the next batch. If full_flush is True, then all results are returned. |