final int com.latencybusters.lbm.LBMMonitor.EAGAIN = ERROR_BASE + 5 |
|
static |
LBM Monitor error: Insufficient resources.
final int com.latencybusters.lbm.LBMMonitor.EALREADY = ERROR_BASE + 6 |
|
static |
LBM Monitor error: Resource already registered.
final int com.latencybusters.lbm.LBMMonitor.EINVAL = ERROR_BASE + 1 |
|
static |
LBM Monitor error: An invalid argument was passed.
final int com.latencybusters.lbm.LBMMonitor.ELBMFAIL = ERROR_BASE + 4 |
|
static |
LBM Monitor error: A call to an LBM function failed.
final int com.latencybusters.lbm.LBMMonitor.EMODFAIL = ERROR_BASE + 3 |
|
static |
LBM Monitor error: A call to a module function failed.
final int com.latencybusters.lbm.LBMMonitor.ENOMEM = ERROR_BASE + 2 |
|
static |
LBM Monitor error: Out of memory.
final int com.latencybusters.lbm.LBMMonitor.FORMAT_CSV = 0 |
|
static |
Format type: Comma-separated values
final int com.latencybusters.lbm.LBMMonitor.TRANSPORT_LBM = 0 |
|
static |
final int com.latencybusters.lbm.LBMMonitor.TRANSPORT_LBMSNMP = 2 |
|
static |
final int com.latencybusters.lbm.LBMMonitor.TRANSPORT_UDP = 1 |
|
static |
The documentation for this class was generated from the following file: