UM Java API
6.16.1
|
Public Member Functions | |
int | getMessages () |
void | setMessages (int msgs) |
long | getBytes () |
void | setBytes (long bytes) |
Wrapper for holding information about flight size.
long com.latencybusters.lbm.LBMFlightSizeInflightInfo.getBytes | ( | ) |
Get the current number of inflight bytes if flight size is configured to keep track of them.
int com.latencybusters.lbm.LBMFlightSizeInflightInfo.getMessages | ( | ) |
Get current inflight messages.
void com.latencybusters.lbm.LBMFlightSizeInflightInfo.setBytes | ( | long | bytes | ) |
Set the bytes value of this flight size info. When called from a set inflight callback, the new value will also be set in the native code.
bytes |
void com.latencybusters.lbm.LBMFlightSizeInflightInfo.setMessages | ( | int | msgs | ) |
Set the messages value of this flight size info. When called from a set inflight callback, the new value will also be set in the native code.
msgs |