Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.CollaborationMonitor.RemoteTasksManager.RemoteTasks Class Reference

Private Attributes

Instant lastUpdateTime
 
final long MAX_MINUTES_WITHOUT_UPDATE = HEARTBEAT_INTERVAL_MINUTES * MAX_MISSED_HEARTBEATS
 
Map< Long, ProgressHandle > taskIdsToProgressBars
 

Detailed Description

A collection of progress bars for tasks on a collaborating node.

Definition at line 361 of file CollaborationMonitor.java.

Member Data Documentation

Instant org.sleuthkit.autopsy.casemodule.CollaborationMonitor.RemoteTasksManager.RemoteTasks.lastUpdateTime
private

Definition at line 364 of file CollaborationMonitor.java.

final long org.sleuthkit.autopsy.casemodule.CollaborationMonitor.RemoteTasksManager.RemoteTasks.MAX_MINUTES_WITHOUT_UPDATE = HEARTBEAT_INTERVAL_MINUTES * MAX_MISSED_HEARTBEATS
private

Definition at line 363 of file CollaborationMonitor.java.

Map<Long, ProgressHandle> org.sleuthkit.autopsy.casemodule.CollaborationMonitor.RemoteTasksManager.RemoteTasks.taskIdsToProgressBars
private

Definition at line 365 of file CollaborationMonitor.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.