
public class BusTrafficMonitor extends Object implements org.lsst.ccs.framework.HasLifecycle
| Modifier and Type | Class and Description |
|---|---|
static class |
BusTrafficMonitor.DataType |
| Modifier and Type | Field and Description |
|---|---|
static String |
restServerName |
static int |
restServerPort |
| Constructor and Description |
|---|
BusTrafficMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
static boolean |
getCheckHi(BusTrafficMonitor.DataType type,
String dataName) |
static double |
getDeadBandFor(BusTrafficMonitor.DataType type,
String dataName) |
static double |
getHighLimitFor(BusTrafficMonitor.DataType type,
String dataName) |
static List<String> |
getSubsystemsList() |
static double |
sizeOf(Serializable object) |
void |
start() |
public static String restServerName
public static int restServerPort
public static double getHighLimitFor(BusTrafficMonitor.DataType type, String dataName)
public static double getDeadBandFor(BusTrafficMonitor.DataType type, String dataName)
public static boolean getCheckHi(BusTrafficMonitor.DataType type, String dataName)
public void build()
build in interface org.lsst.ccs.framework.HasLifecyclepublic void start()
start in interface org.lsst.ccs.framework.HasLifecyclepublic static double sizeOf(Serializable object)
Copyright © 2018 LSST. All rights reserved.