public static class LiveViewProperties.AlertActions extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DELETE_ACTION_ENABLED |
static boolean |
EMAIL_ACTION_ENABLED |
static boolean |
EXEC_JAVA_ACTION_ENABLED |
static boolean |
EXEC_OS_ACTION_ENABLED
Each action type can be disabled independently using these properties.
|
static long |
LV_ALERT_TABLE_AGE_OUT_MS
The number of milliseconds after the last fired time to leave the alert rule status line the LVAlertRuleStatus table
|
static long |
MAX_ACTION_RUNTIME
The maximum number of milliseconds publish alert and send tuple can run before the action is killed.
|
static long |
MAX_EMAIL_ACTION_RUNTIME
The maximum number of milliseconds an email send action can run before the action is killed.
|
static long |
MAX_EXEC_ACTION_RUNTIME
The maximum number of milliseconds java and OS exec can run before the action is killed.
|
static boolean |
PUBLISH_TUPLE_ACTION_ENABLED |
static boolean |
SENDTUPLE_ACTION_ENABLED |
Constructor and Description |
---|
AlertActions() |
public static final long MAX_ACTION_RUNTIME
public static final long MAX_EXEC_ACTION_RUNTIME
public static final long MAX_EMAIL_ACTION_RUNTIME
public static final long LV_ALERT_TABLE_AGE_OUT_MS
public static final boolean EXEC_OS_ACTION_ENABLED
public static final boolean EXEC_JAVA_ACTION_ENABLED
public static final boolean PUBLISH_TUPLE_ACTION_ENABLED
public static final boolean SENDTUPLE_ACTION_ENABLED
public static final boolean EMAIL_ACTION_ENABLED
public static final boolean DELETE_ACTION_ENABLED