public class P6OutageOptions extends P6Options
Modifier and Type | Field and Description |
---|---|
protected static boolean |
outageDetection |
protected static long |
outageDetectionInterval |
protected static long |
outageMs |
Constructor and Description |
---|
P6OutageOptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getOutageDetection() |
static long |
getOutageDetectionInterval() |
static long |
getOutageDetectionIntervalMS() |
static void |
setOutageDetection(java.lang.String _outagedetection) |
static void |
setOutageDetectionInterval(java.lang.String _outagedetectioninterval) |
protected static boolean outageDetection
protected static long outageDetectionInterval
protected static long outageMs
public static boolean getOutageDetection()
public static void setOutageDetection(java.lang.String _outagedetection)
public static long getOutageDetectionInterval()
public static long getOutageDetectionIntervalMS()
public static void setOutageDetectionInterval(java.lang.String _outagedetectioninterval)