Autopsy  4.17.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)
 
final AtomicLong totalNoChangeCount = new AtomicLong(0)
 

Detailed Description

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

Definition at line 96 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
final AtomicLong org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.IngestJobTotals.totalNoChangeCount = new AtomicLong(0)
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.