public PHashComparer(DBreezeInstance dbInstance, HashRepository hashes, MurmurRepository murmurs, ILog log) { this.dbInstance = dbInstance; this.hashes = hashes; this.murmurs = murmurs; this.log = log; }
public GetHashesAction(HashRepository hashRepository) { this.hashRepository = hashRepository; }
public DHashCalculator(DBreezeInstance dbInstance, HashRepository hashes, ILog log) { this.dbInstance = dbInstance; this.hashes = hashes; this.log = log; }