Autopsy  4.18.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 89 of file IngestJobPipeline.java.

Member Data Documentation

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

Cleaning up.

Definition at line 112 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 103 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 98 of file IngestJobPipeline.java.

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

Setting up for processing.

Definition at line 94 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 108 of file IngestJobPipeline.java.


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

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