Autopsy  4.12.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 78 of file DataSourceIngestJob.java.

Member Data Documentation

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

Cleaning up.

Definition at line 97 of file DataSourceIngestJob.java.

Referenced by org.sleuthkit.autopsy.ingest.DataSourceIngestJob.finish().

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

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

Definition at line 88 of file DataSourceIngestJob.java.

Referenced by org.sleuthkit.autopsy.ingest.DataSourceIngestJob.startFirstStage().

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

Setting up for processing.

Definition at line 83 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 93 of file DataSourceIngestJob.java.

Referenced by org.sleuthkit.autopsy.ingest.DataSourceIngestJob.startSecondStage().


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.