Added comment about what the map is mapping

This commit is contained in:
Samuel H. Kenyon 2014-04-04 11:53:03 -04:00
parent 587d9a7f6c
commit eab237c49c

View File

@ -57,6 +57,7 @@ public class HashDbIngestModule extends IngestModuleAdapter implements FileInges
private List<HashDb> knownBadHashSets = new ArrayList<>();
private List<HashDb> knownHashSets = new ArrayList<>();
private long jobID;
// Maps a JobId to the count of instances
static HashMap<Long, Long> moduleRefCount = new HashMap<>();
static AtomicLong totalKnownBadCount = new AtomicLong(0);
static AtomicLong totalCalctime = new AtomicLong(0);