|
Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
| FINALIZATION | |
| FIRST | |
| INITIALIZATION | |
| SECOND | |
A data source ingest job runs in stages.
Definition at line 87 of file DataSourceIngestJob.java.
| org.sleuthkit.autopsy.ingest.DataSourceIngestJob.Stages.FINALIZATION |
Cleaning up.
Definition at line 106 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 97 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 92 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 102 of file DataSourceIngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.DataSourceIngestJob.startSecondStage().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.