Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.ingest.IngestProgressSnapshotProvider Interface Reference

Inherited by org.sleuthkit.autopsy.ingest.IngestManager.

Public Member Functions

List< SnapshotgetIngestJobSnapshots ()
 
List< IngestManager.IngestThreadActivitySnapshot > getIngestThreadActivitySnapshots ()
 
Map< String, Long > getModuleRunTimes ()
 

Detailed Description

Interface that provides a snapshot of ingest progress.

Definition at line 27 of file IngestProgressSnapshotProvider.java.

Member Function Documentation

List<Snapshot> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotProvider.getIngestJobSnapshots ( )

Get a snapshot of the state of ingest jobs.

Returns
A list of ingest job snapshots.

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.

Returns
A list of IngestThreadActivitySnapshot

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.

Returns
Map of module name to run time (in milliseconds)

Implemented in org.sleuthkit.autopsy.ingest.IngestManager.


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

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