Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot Class Reference

Inherits Serializable.

Private Attributes

final String activity
 
final String dataSourceName
 
final String fileName
 
final long jobId
 
final Date startTime
 
final long threadId
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A snapshot of the current activity of an ingest job task execution task running in an ingest thread.

Definition at line 969 of file IngestManager.java.

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.activity
private

Definition at line 975 of file IngestManager.java.

final String org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.dataSourceName
private

Definition at line 976 of file IngestManager.java.

final String org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.fileName
private

Definition at line 977 of file IngestManager.java.

final long org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.jobId
private

Definition at line 978 of file IngestManager.java.

final long org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.serialVersionUID = 1L
staticprivate

Definition at line 971 of file IngestManager.java.

final Date org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.startTime
private

Definition at line 974 of file IngestManager.java.

final long org.sleuthkit.autopsy.ingest.IngestManager.IngestThreadActivitySnapshot.threadId
private

Definition at line 973 of file IngestManager.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.