Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals Class Reference

Private Attributes

AtomicLong totalCalctime = new AtomicLong(0)
 
AtomicLong totalKnownBadCount = new AtomicLong(0)
 
AtomicLong totalLookuptime = new AtomicLong(0)
 

Detailed Description

Definition at line 73 of file HashDbIngestModule.java.

Member Data Documentation

AtomicLong org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals.totalCalctime = new AtomicLong(0)
private
AtomicLong org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals.totalKnownBadCount = new AtomicLong(0)
private
AtomicLong org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals.totalLookuptime = new AtomicLong(0)
private

The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.