Package org.teamapps.uisession
Class ClientBackPressureInfo
- java.lang.Object
-
- org.teamapps.uisession.ClientBackPressureInfo
-
public class ClientBackPressureInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientBackPressureInfo(int maxCommandBufferSize, int bufferedCommandsCount, int unconsumedCommandsCount, int minRequestedCommands, int maxRequestedCommands, int remainingRequestedCommands, long requestedCommandsZeroReachingTimestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBufferedCommandsCount()intgetMaxCommandBufferSize()intgetMaxRequestedCommands()intgetMinRequestedCommands()intgetRemainingRequestedCommands()longgetRequestedCommandsZeroReachingTimestamp()intgetUnconsumedCommandsCount()booleanisBusy()java.lang.StringtoString()
-
-
-
Method Detail
-
isBusy
public boolean isBusy()
-
getMaxCommandBufferSize
public int getMaxCommandBufferSize()
-
getBufferedCommandsCount
public int getBufferedCommandsCount()
-
getUnconsumedCommandsCount
public int getUnconsumedCommandsCount()
-
getMinRequestedCommands
public int getMinRequestedCommands()
-
getMaxRequestedCommands
public int getMaxRequestedCommands()
-
getRemainingRequestedCommands
public int getRemainingRequestedCommands()
-
getRequestedCommandsZeroReachingTimestamp
public long getRequestedCommandsZeroReachingTimestamp()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-