Autopsy  4.19.2
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 119 of file PhotoRecCarverFileIngestModule.java.

Member Data Documentation

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

Definition at line 121 of file PhotoRecCarverFileIngestModule.java.

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

Definition at line 122 of file PhotoRecCarverFileIngestModule.java.

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

Definition at line 124 of file PhotoRecCarverFileIngestModule.java.

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

Definition at line 123 of file PhotoRecCarverFileIngestModule.java.


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

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