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

Private Attributes

final AtomicLong totalItemsRecovered = new AtomicLong(0)
 
final AtomicLong totalItemsWithErrors = new AtomicLong(0)
 
final AtomicLong totalParsetime = new AtomicLong(0)
 
final AtomicLong totalWritetime = new AtomicLong(0)
 

Detailed Description

Definition at line 113 of file PhotoRecCarverFileIngestModule.java.

Member Data Documentation

final AtomicLong org.sleuthkit.autopsy.modules.photoreccarver.PhotoRecCarverFileIngestModule.IngestJobTotals.totalItemsRecovered = new AtomicLong(0)
private

Definition at line 115 of file PhotoRecCarverFileIngestModule.java.

final AtomicLong org.sleuthkit.autopsy.modules.photoreccarver.PhotoRecCarverFileIngestModule.IngestJobTotals.totalItemsWithErrors = new AtomicLong(0)
private

Definition at line 116 of file PhotoRecCarverFileIngestModule.java.

final AtomicLong org.sleuthkit.autopsy.modules.photoreccarver.PhotoRecCarverFileIngestModule.IngestJobTotals.totalParsetime = new AtomicLong(0)
private

Definition at line 118 of file PhotoRecCarverFileIngestModule.java.

final AtomicLong org.sleuthkit.autopsy.modules.photoreccarver.PhotoRecCarverFileIngestModule.IngestJobTotals.totalWritetime = new AtomicLong(0)
private

Definition at line 117 of file PhotoRecCarverFileIngestModule.java.


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

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