Autopsy  4.10.0
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

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

Detailed Description

A container of values for storing ingest metrics for the job.

Definition at line 83 of file HashDbIngestModule.java.

Member Data Documentation

final AtomicLong org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals.totalCalctime = new AtomicLong(0)
private
final AtomicLong org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals.totalKnownBadCount = new AtomicLong(0)
private
final 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-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.