Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot Class Reference

Classes

class  DataSourceProcessingSnapshot
 

Public Member Functions

DataSourceIngestModuleHandle runningDataSourceIngestModule ()
 
boolean fileIngestIsRunning ()
 
Date fileIngestStartTime ()
 
boolean isCancelled ()
 
List< DataSourceProcessingSnapshotgetDataSourceSnapshots ()
 

Private Member Functions

 ProgressSnapshot (boolean getIngestTasksSnapshot)
 

Private Attributes

final List< DataSourceProcessingSnapshotdataSourceProcessingSnapshots
 
DataSourceIngestModuleHandle dataSourceModule
 
boolean fileIngestRunning
 
Date fileIngestStartTime
 
final boolean jobCancelled
 

Detailed Description

A snapshot of the progress of an ingest job.

Definition at line 198 of file IngestJob.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.ProgressSnapshot ( boolean  getIngestTasksSnapshot)
private

Constructs a snapshot of ingest job progress.

Definition at line 254 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.cancelled.

Member Function Documentation

boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestIsRunning ( )

Queries whether or not file level ingest was running at the time the snapshot was taken.

Returns
True or false.

Definition at line 295 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestRunning.

Date org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestStartTime ( )

Gets the time that file level ingest started.

Returns
The start time, may be null.

Definition at line 304 of file IngestJob.java.

List<DataSourceProcessingSnapshot> org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.getDataSourceSnapshots ( )

Gets snapshots of the progress processing individual data sources.

Returns
The list of snapshots.

Definition at line 323 of file IngestJob.java.

boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.isCancelled ( )

Queries whether or not a cancellation request had been issued at the time the snapshot was taken.

Returns
True or false.

Definition at line 314 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.jobCancelled.

DataSourceIngestModuleHandle org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.runningDataSourceIngestModule ( )

Gets a handle to the currently running data source level ingest module at the time the snapshot was taken.

Returns
The handle, may be null.

Definition at line 285 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.dataSourceModule.

Member Data Documentation

DataSourceIngestModuleHandle org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.dataSourceModule
private
final List<DataSourceProcessingSnapshot> org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.dataSourceProcessingSnapshots
private

Definition at line 200 of file IngestJob.java.

boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestRunning
private
Date org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestStartTime
private

Definition at line 203 of file IngestJob.java.

final boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.jobCancelled
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.