Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static DayOfWeek | getPauseDayOfWeek () |
static int | getPauseDurationMinutes () |
static boolean | getPauseEnabled () |
static int | getPauseStartTimeHour () |
static int | getPauseStartTimeMinute () |
static void | setPauseDayOfWeek (DayOfWeek dayOfWeek) |
static void | setPauseDurationMinutes (int durationInMinutes) |
static void | setPauseEnabled (boolean enabled) |
static void | setPauseStartTimeHour (int hour) |
static void | setPauseStartTimeMinute (int timeInMinutes) |
Private Member Functions | |
ScheduledIngestPauseSettings () | |
Static Private Attributes | |
static final boolean | DEFAULT_ENABLED_VALUE = false |
static final int | DEFAULT_PAUSE_DURATION_VALUE = 60 |
static final int | DEFAULT_TIME_VALUE = 0 |
static final String | PAUSE_DAY_OF_WEEK_KEY = "IngestPauseDayOfWeek" |
static final String | PAUSE_DURATION_MINUTES_KEY = "IngestPauseDurationMinutes" |
static final String | PAUSE_ENABLED_KEY = "IngestPauseEnabled" |
static final String | PAUSE_TIME_HOUR_KEY = "IngestPauseTimeHour" |
static final String | PAUSE_TIME_MINUTES_KEY = "IngestPauseTimeMinutes" |
static final Preferences | preferences = NbPreferences.forModule(ScheduledIngestPauseSettings.class) |
Settings that allow ingest jobs in progress to be paused weekly at a specified time for a specified duration. Because ingest job execution is a variable time activity, it is also possible to specify a window after the specified pause time in which the pause should still occur.
THIS IS A BETA CLASS AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 35 of file ScheduledIngestPauseSettings.java.
|
private |
Private constructor to prevent utilit bclass instantiation.
Definition at line 184 of file ScheduledIngestPauseSettings.java.
|
static |
Gets the day of the week when ingest should pause.
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 81 of file ScheduledIngestPauseSettings.java.
|
static |
Gets the duration of the ingest pause in minutes.
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 164 of file ScheduledIngestPauseSettings.java.
|
static |
Gets whether or not a scheduled ingest pause is enabled.
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 58 of file ScheduledIngestPauseSettings.java.
|
static |
Gets the hour of the time of day when ingest should pause.
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 107 of file ScheduledIngestPauseSettings.java.
|
static |
Gets the minutes of the time of day when ingest should pause.
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 136 of file ScheduledIngestPauseSettings.java.
|
static |
Sets the day of the week when ingest should pause.
dayOfWeek | The day of the week as an integer in the range 1-7. |
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 94 of file ScheduledIngestPauseSettings.java.
|
static |
Sets the duration of the ingest pause in minutes.
durationInMinutes | The duration in minutes. |
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 176 of file ScheduledIngestPauseSettings.java.
|
static |
Sets whether or not a scheduled ingest pause is enabled.
enabled | True or false. |
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 69 of file ScheduledIngestPauseSettings.java.
|
static |
Sets the hour of the time of day when ingest should pause.
hour | The hour of the time of day as an integer in the range of 0-23. |
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 120 of file ScheduledIngestPauseSettings.java.
|
static |
Sets the minutes of the time of day when ingest should pause.
timeInMinutes | The minutes of the time of day as an integer in the range of 0-59. |
THIS IS A BETA METHOD AND IS SUBJECT TO CHANGE OR DELETION.
Definition at line 149 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 43 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 49 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 48 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 44 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 47 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 42 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 45 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 46 of file ScheduledIngestPauseSettings.java.
|
staticprivate |
Definition at line 41 of file ScheduledIngestPauseSettings.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.