|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMFlightSizeInflightInfo
public class LBMFlightSizeInflightInfo
Wrapper for holding information about flight size.
Constructor Summary | |
---|---|
LBMFlightSizeInflightInfo()
|
Method Summary | |
---|---|
long |
getBytes()
Get the current number of inflight bytes if flight size is configured to keep track of them. |
int |
getMessages()
Get current inflight messages. |
void |
setBytes(long bytes)
Set the bytes value of this flight size info. |
void |
setMessages(int msgs)
Set the messages value of this flight size info. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMFlightSizeInflightInfo()
Method Detail |
---|
public int getMessages()
public void setMessages(int msgs)
msgs
- LBMSetInflightCallbackEx.setInflight(com.latencybusters.lbm.LBMFlightSizeInflightInfo, java.lang.Object)
public long getBytes()
public void setBytes(long bytes)
msgs
- LBMSetInflightCallbackEx.setInflight(com.latencybusters.lbm.LBMFlightSizeInflightInfo, java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |