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

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

Detailed Description

Definition at line 98 of file PhotoRecCarverFileIngestModule.java.

Member Data Documentation

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

Definition at line 100 of file PhotoRecCarverFileIngestModule.java.

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

Definition at line 101 of file PhotoRecCarverFileIngestModule.java.

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

Definition at line 103 of file PhotoRecCarverFileIngestModule.java.

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

Definition at line 102 of file PhotoRecCarverFileIngestModule.java.


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

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