Package | Description |
---|---|
edu.georgetown.gucs.fingerprinter | |
edu.georgetown.gucs.matcher |
Constructor and Description |
---|
BulkFingerprinter(java.lang.String fingerprinterName,
FileLister files,
Dictionary dictionary)
A constructor that will set the number of threads equal to the number of cores.
|
BulkFingerprinter(java.lang.String fingerprinterName,
FileLister files,
Dictionary dictionary,
int maxThread)
A constructor for when you want to limit the number of threads that are run
|
Modifier and Type | Field and Description |
---|---|
protected FileLister |
CompareFingerprint.fileLister |