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

Inherits ActionListener.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Private Member Functions

void setMonitorDir ()
 
long getFreeSpace () throws SecurityException
 
boolean checkDiskSpace ()
 
void monitorMemory ()
 

Private Attributes

File root = new File(File.separator)
 

Static Private Attributes

static final long MIN_FREE_DISK_SPACE = 100L * 1024 * 1024
 

Detailed Description

Definition at line 112 of file IngestMonitor.java.

Member Function Documentation

void org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.actionPerformed ( ActionEvent  e)
boolean org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.checkDiskSpace ( )
private

check disk space and see if enough to process/continue ingest

Returns
true if OK, false otherwise

Definition at line 202 of file IngestMonitor.java.

References org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.getFreeSpace(), and org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.MIN_FREE_DISK_SPACE.

Referenced by org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.actionPerformed().

long org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.getFreeSpace ( ) throws SecurityException
private

Get free space in bytes of the drive where case dir resides, or -1 if unknown

Returns
free space in bytes

Definition at line 181 of file IngestMonitor.java.

References org.sleuthkit.autopsy.ingest.IngestMonitor.DISK_FREE_SPACE_UNKNOWN.

Referenced by org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.checkDiskSpace().

void org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.monitorMemory ( )
private
void org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.setMonitorDir ( )
private

Member Data Documentation

final long org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.MIN_FREE_DISK_SPACE = 100L * 1024 * 1024
staticprivate
File org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorAction.root = new File(File.separator)
private

Definition at line 115 of file IngestMonitor.java.


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.