class documentation

class GreenThreadsMissingObjectFinder(MissingObjectFinder):

Known subclasses: dulwich.contrib.swift.PackInfoMissingObjectFinder

View In Hierarchy

Find the objects missing from another object store.

Same implementation as object_store.MissingObjectFinder except we use gevent to parallelize object retrieval.

Method __init__ Undocumented
Instance Variable object_store Undocumented
Instance Variable objects_to_send Undocumented
Instance Variable progress Undocumented
Instance Variable sha_done Undocumented
Instance Variable _tagged Undocumented

Inherited from MissingObjectFinder:

Method add_todo Undocumented
Method next Undocumented
Instance Variable _get_parents Undocumented
def __init__(self, object_store, haves, wants, progress=None, get_tagged=None, concurrency=1, get_parents=None):