Package org.teamapps.uisession
Class ClientBackPressureInfo
java.lang.Object
org.teamapps.uisession.ClientBackPressureInfo
-
Constructor Summary
ConstructorsConstructorDescriptionClientBackPressureInfo(int maxCommandBufferSize, int bufferedCommandsCount, int unconsumedCommandsCount, int minRequestedCommands, int maxRequestedCommands, int remainingRequestedCommands, long requestedCommandsZeroReachingTimestamp) -
Method Summary
-
Constructor Details
-
ClientBackPressureInfo
public ClientBackPressureInfo(int maxCommandBufferSize, int bufferedCommandsCount, int unconsumedCommandsCount, int minRequestedCommands, int maxRequestedCommands, int remainingRequestedCommands, long requestedCommandsZeroReachingTimestamp)
-
-
Method Details
-
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
-