Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.ingest.DataSourceIngestJob.Stages Enum Reference

Public Attributes

 FINALIZATION
 
 FIRST
 
 INITIALIZATION
 
 SECOND
 

Detailed Description

A data source ingest job runs in stages.

Definition at line 61 of file DataSourceIngestJob.java.

Member Data Documentation

org.sleuthkit.autopsy.ingest.DataSourceIngestJob.Stages.FINALIZATION

Cleaning up.

Definition at line 80 of file DataSourceIngestJob.java.

org.sleuthkit.autopsy.ingest.DataSourceIngestJob.Stages.FIRST

Running high priority data source level ingest modules and file level ingest modules.

Definition at line 71 of file DataSourceIngestJob.java.

org.sleuthkit.autopsy.ingest.DataSourceIngestJob.Stages.INITIALIZATION

Setting up for processing.

Definition at line 66 of file DataSourceIngestJob.java.

org.sleuthkit.autopsy.ingest.DataSourceIngestJob.Stages.SECOND

Running lower priority, usually long-running, data source level ingest modules.

Definition at line 76 of file DataSourceIngestJob.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.