Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | DataSourceProcessingSnapshot |
Public Member Functions | |
boolean | fileIngestIsRunning () |
Date | fileIngestStartTime () |
CancellationReason | getCancellationReason () |
List< DataSourceProcessingSnapshot > | getDataSourceSnapshots () |
boolean | isCancelled () |
DataSourceIngestModuleHandle | runningDataSourceIngestModule () |
Private Member Functions | |
ProgressSnapshot (boolean getIngestTasksSnapshot) | |
Private Attributes | |
DataSourceIngestModuleHandle | dataSourceModule |
final List< DataSourceProcessingSnapshot > | dataSourceProcessingSnapshots |
boolean | fileIngestRunning |
Date | fileIngestStartTime |
final IngestJob.CancellationReason | jobCancellationReason |
final boolean | jobCancelled |
A snapshot of the progress of an ingest job.
Definition at line 278 of file IngestJob.java.
|
private |
Constructs a snapshot of ingest job progress.
Definition at line 344 of file IngestJob.java.
References org.sleuthkit.autopsy.ingest.IngestJob.cancellationReason, org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.isCancelled(), and org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.jobCancellationReason.
boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestIsRunning | ( | ) |
Queries whether or not file level ingest was running at the time the snapshot was taken.
Definition at line 386 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.
Definition at line 395 of file IngestJob.java.
CancellationReason org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.getCancellationReason | ( | ) |
Gets the reason this job was cancelled.
Definition at line 414 of file IngestJob.java.
References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.jobCancellationReason.
List<DataSourceProcessingSnapshot> org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.getDataSourceSnapshots | ( | ) |
Gets snapshots of the progress processing individual data sources.
Definition at line 423 of file IngestJob.java.
boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.isCancelled | ( | ) |
Queries whether or not an ingest job level cancellation request had been issued at the time the snapshot was taken.
Definition at line 405 of file IngestJob.java.
References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.jobCancelled.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.ProgressSnapshot().
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.
Definition at line 376 of file IngestJob.java.
References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.dataSourceModule.
|
private |
Definition at line 281 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.runningDataSourceIngestModule().
|
private |
Definition at line 280 of file IngestJob.java.
|
private |
Definition at line 282 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.fileIngestIsRunning().
|
private |
Definition at line 283 of file IngestJob.java.
|
private |
Definition at line 285 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.getCancellationReason(), and org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.ProgressSnapshot().
|
private |
Definition at line 284 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.isCancelled().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.