Autopsy  4.16.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.Snapshot Class Reference

Inherits Serializable.

Private Attributes

transient final List< String > cancelledDataSourceModules
 
final String dataSource
 
transient final DataSourceIngestPipeline.PipelineModule 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.IngestJobTasksSnapshot tasksSnapshot
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Stores basic diagnostic statistics for a data source ingest job.

Definition at line 29 of file Snapshot.java.

Member Data Documentation

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

Definition at line 45 of file Snapshot.java.

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

Definition at line 33 of file Snapshot.java.

transient final DataSourceIngestPipeline.PipelineModule org.sleuthkit.autopsy.ingest.Snapshot.dataSourceLevelIngestModule
private

Definition at line 37 of file Snapshot.java.

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

Definition at line 41 of file Snapshot.java.

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

Definition at line 38 of file Snapshot.java.

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

Definition at line 39 of file Snapshot.java.

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

Definition at line 44 of file Snapshot.java.

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

Definition at line 43 of file Snapshot.java.

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

Definition at line 34 of file Snapshot.java.

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

Definition at line 35 of file Snapshot.java.

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

Definition at line 40 of file Snapshot.java.

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

Definition at line 31 of file Snapshot.java.

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

Definition at line 36 of file Snapshot.java.

final IngestTasksScheduler.IngestJobTasksSnapshot org.sleuthkit.autopsy.ingest.Snapshot.tasksSnapshot
private

Definition at line 42 of file Snapshot.java.


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

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