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

Public Attributes

 FINALIZATION
 
 FIRST_STAGE_FILES_AND_DATASOURCE
 
 FIRST_STAGE_FILES_ONLY
 
 INITIALIZATION
 
 SECOND_STAGE
 

Detailed Description

A data source ingest job runs in stages.

Definition at line 86 of file IngestJobPipeline.java.

Member Data Documentation

org.sleuthkit.autopsy.ingest.IngestJobPipeline.Stages.FINALIZATION

Cleaning up.

Definition at line 109 of file IngestJobPipeline.java.

org.sleuthkit.autopsy.ingest.IngestJobPipeline.Stages.FIRST_STAGE_FILES_AND_DATASOURCE

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

Definition at line 100 of file IngestJobPipeline.java.

org.sleuthkit.autopsy.ingest.IngestJobPipeline.Stages.FIRST_STAGE_FILES_ONLY

Running only file ingest modules (used only for streaming ingest)

Definition at line 95 of file IngestJobPipeline.java.

org.sleuthkit.autopsy.ingest.IngestJobPipeline.Stages.INITIALIZATION

Setting up for processing.

Definition at line 91 of file IngestJobPipeline.java.

org.sleuthkit.autopsy.ingest.IngestJobPipeline.Stages.SECOND_STAGE

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

Definition at line 105 of file IngestJobPipeline.java.


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

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