Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
DateRange (String label, long numberOfDays) | |
String | getLabel () |
long | getTimestampRange () |
Static Public Member Functions | |
static DateRange | fromLabel (String text) |
static long | getMaximumTimestampRange () |
Public Attributes | |
ONE_DAY =(Bundle.HealthMonitorDashboard_DateRange_oneDay(), 1) | |
ONE_MONTH =(Bundle.HealthMonitorDashboard_DateRange_oneMonth(), 31) | |
ONE_WEEK =(Bundle.HealthMonitorDashboard_DateRange_oneWeek(), 7) | |
TWO_WEEKS =(Bundle.HealthMonitorDashboard_DateRange_twoWeeks(), 14) | |
Private Attributes | |
final String | label |
final long | numberOfDays |
Static Private Attributes | |
staticfinal long | MILLISECONDS_PER_DAY = 1000 * 60 * 60 * 24 |
Possible date ranges for the metrics in the UI
Definition at line 731 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.DateRange | ( | String | label, |
long | numberOfDays | ||
) |
Definition at line 741 of file HealthMonitorDashboard.java.
|
static |
Definition at line 783 of file HealthMonitorDashboard.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateTimingMetricGraphs(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateUserMetricGraphs().
String org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.getLabel | ( | ) |
Get the name for display in the UI
Definition at line 750 of file HealthMonitorDashboard.java.
|
static |
Get the maximum range for this enum. This should be used for querying the database for the timing metrics to display.
Definition at line 773 of file HealthMonitorDashboard.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateData(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateUserMetricGraphs().
long org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.getTimestampRange | ( | ) |
Get the number of milliseconds represented by this date range. Compare the timestamps to ((current time in millis) - (this value)) to determine if they are in the range
Definition at line 760 of file HealthMonitorDashboard.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateTimingMetricGraphs(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateUserMetricGraphs().
|
private |
Definition at line 737 of file HealthMonitorDashboard.java.
|
staticprivate |
Definition at line 739 of file HealthMonitorDashboard.java.
|
private |
Definition at line 738 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.ONE_DAY =(Bundle.HealthMonitorDashboard_DateRange_oneDay(), 1) |
Definition at line 732 of file HealthMonitorDashboard.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.createTimingControlPanel(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.createUserControlPanel().
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.ONE_MONTH =(Bundle.HealthMonitorDashboard_DateRange_oneMonth(), 31) |
Definition at line 735 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.ONE_WEEK =(Bundle.HealthMonitorDashboard_DateRange_oneWeek(), 7) |
Definition at line 733 of file HealthMonitorDashboard.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.generateCSVUserReport().
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.TWO_WEEKS =(Bundle.HealthMonitorDashboard_DateRange_twoWeeks(), 14) |
Definition at line 734 of file HealthMonitorDashboard.java.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Jun 10 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.