Autopsy  4.11.0
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< DataSourceIngestJob.Snapshot > getIngestJobSnapshots ()
 
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<DataSourceIngestJob.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-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.