Autopsy
4.7.0
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 589 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.DateRange | ( | String | label, |
long | numberOfDays | ||
) |
Definition at line 599 of file HealthMonitorDashboard.java.
|
static |
Definition at line 641 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 608 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 631 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 618 of file HealthMonitorDashboard.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateTimingMetricGraphs(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.updateUserMetricGraphs().
|
private |
Definition at line 595 of file HealthMonitorDashboard.java.
|
staticprivate |
Definition at line 597 of file HealthMonitorDashboard.java.
|
private |
Definition at line 596 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.ONE_DAY =(Bundle.HealthMonitorDashboard_DateRange_oneDay(), 1) |
Definition at line 590 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 593 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.ONE_WEEK =(Bundle.HealthMonitorDashboard_DateRange_oneWeek(), 7) |
Definition at line 591 of file HealthMonitorDashboard.java.
org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.DateRange.TWO_WEEKS =(Bundle.HealthMonitorDashboard_DateRange_twoWeeks(), 14) |
Definition at line 592 of file HealthMonitorDashboard.java.
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.