Class ClientBackPressureInfo

java.lang.Object
org.teamapps.uisession.ClientBackPressureInfo

public class ClientBackPressureInfo
extends java.lang.Object
  • Constructor Details

    • ClientBackPressureInfo

      public ClientBackPressureInfo​(int maxCommandBufferSize, int unconsumedCommandsCount, int minRequestedCommands, int maxRequestedCommands, int remainingRequestedCommands, long requestedCommandsZeroReachingTimestamp)
  • Method Details

    • isBusy

      public boolean isBusy()
    • getMaxCommandBufferSize

      public int getMaxCommandBufferSize()
    • 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:
      toString in class java.lang.Object