Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.ingest.IngestManager.
Public Member Functions | |
List< Snapshot > | getIngestJobSnapshots () |
List< IngestManager.IngestThreadActivitySnapshot > | getIngestThreadActivitySnapshots () |
Map< String, Long > | getModuleRunTimes () |
Interface that provides a snapshot of ingest progress.
Definition at line 27 of file IngestProgressSnapshotProvider.java.
List<Snapshot> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotProvider.getIngestJobSnapshots | ( | ) |
Get a snapshot of the state of ingest jobs.
Implemented in org.sleuthkit.autopsy.ingest.IngestManager.
List<IngestManager.IngestThreadActivitySnapshot> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotProvider.getIngestThreadActivitySnapshots | ( | ) |
Get a snapshot of the state of ingest threads.
Implemented in org.sleuthkit.autopsy.ingest.IngestManager.
Map<String, Long> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotProvider.getModuleRunTimes | ( | ) |
Gets the cumulative run times for the ingest module.
Implemented in org.sleuthkit.autopsy.ingest.IngestManager.
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.