com.p6spy.engine.outage

Class P6OutageOptions


public class P6OutageOptions
extends P6Options

Field Summary

protected static boolean
outageDetection
protected static long
outageDetectionInterval
protected static long
outageMs

Constructor Summary

P6OutageOptions()

Method Summary

static boolean
getOutageDetection()
static long
getOutageDetectionInterval()
static long
getOutageDetectionIntervalMS()
static void
setOutageDetection(String _outagedetection)
static void
setOutageDetectionInterval(String _outagedetectioninterval)

Methods inherited from class com.p6spy.engine.common.P6Options

reload

Field Details

outageDetection

protected static boolean outageDetection


outageDetectionInterval

protected static long outageDetectionInterval


outageMs

protected static long outageMs

Constructor Details

P6OutageOptions

public P6OutageOptions()

Method Details

getOutageDetection

public static boolean getOutageDetection()


getOutageDetectionInterval

public static long getOutageDetectionInterval()


getOutageDetectionIntervalMS

public static long getOutageDetectionIntervalMS()


setOutageDetection

public static void setOutageDetection(String _outagedetection)


setOutageDetectionInterval

public static void setOutageDetectionInterval(String _outagedetectioninterval)