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

Inherits Serializable.

Private Attributes

transient final List< String > cancelledDataSourceModules
 
final String currentIngestModuleTier
 
final String dataSource
 
transient final DataSourceIngestPipeline.DataSourcePipelineModule dataSourceLevelIngestModule
 
final long estimatedFilesToProcess
 
final boolean fileIngestRunning
 
final Date fileIngestStartTime
 
transient final IngestJob.CancellationReason jobCancellationReason
 
transient final boolean jobCancelled
 
final long jobId
 
final long jobStartTime
 
final long processedFiles
 
final long snapShotTime
 
final IngestTasksScheduler.IngestTasksSnapshot tasksSnapshot
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A snapshot of the progress of an ingest job.

Definition at line 29 of file IngestJobProgressSnapshot.java.

Member Data Documentation

transient final List<String> org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.cancelledDataSourceModules
private

Definition at line 46 of file IngestJobProgressSnapshot.java.

final String org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.currentIngestModuleTier
private

Definition at line 37 of file IngestJobProgressSnapshot.java.

final String org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.dataSource
private

Definition at line 33 of file IngestJobProgressSnapshot.java.

transient final DataSourceIngestPipeline.DataSourcePipelineModule org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.dataSourceLevelIngestModule
private

Definition at line 38 of file IngestJobProgressSnapshot.java.

final long org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.estimatedFilesToProcess
private

Definition at line 42 of file IngestJobProgressSnapshot.java.

final boolean org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.fileIngestRunning
private

Definition at line 39 of file IngestJobProgressSnapshot.java.

final Date org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.fileIngestStartTime
private

Definition at line 40 of file IngestJobProgressSnapshot.java.

transient final IngestJob.CancellationReason org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.jobCancellationReason
private

Definition at line 45 of file IngestJobProgressSnapshot.java.

transient final boolean org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.jobCancelled
private

Definition at line 44 of file IngestJobProgressSnapshot.java.

final long org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.jobId
private

Definition at line 34 of file IngestJobProgressSnapshot.java.

final long org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.jobStartTime
private

Definition at line 35 of file IngestJobProgressSnapshot.java.

final long org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.processedFiles
private

Definition at line 41 of file IngestJobProgressSnapshot.java.

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

Definition at line 31 of file IngestJobProgressSnapshot.java.

final long org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.snapShotTime
private

Definition at line 36 of file IngestJobProgressSnapshot.java.

final IngestTasksScheduler.IngestTasksSnapshot org.sleuthkit.autopsy.ingest.IngestJobProgressSnapshot.tasksSnapshot
private

Definition at line 43 of file IngestJobProgressSnapshot.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.