UM Java API  6.16
com.latencybusters.lbm.LBMFlightSizeInflightInfo Class Reference

Public Member Functions

int getMessages ()
 
void setMessages (int msgs)
 
long getBytes ()
 
void setBytes (long bytes)
 

Detailed Description

Wrapper for holding information about flight size.

Member Function Documentation

long com.latencybusters.lbm.LBMFlightSizeInflightInfo.getBytes ( )

Get the current number of inflight bytes if flight size is configured to keep track of them.

Returns
The current number of inflight bytes.
int com.latencybusters.lbm.LBMFlightSizeInflightInfo.getMessages ( )

Get current inflight messages.

Returns
The current number of 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.

See also
LBMSetInflightCallbackEx::setInflight
Parameters
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.

See also
LBMSetInflightCallbackEx::setInflight
Parameters
msgs

The documentation for this class was generated from the following file: