public static final class FlowController.MaxOutstandingRequestBytesReachedException extends FlowController.FlowControlException
Exception thrown when client-side flow control is enforced based on the maximum number of unacknowledged in-memory bytes.
Constructors
MaxOutstandingRequestBytesReachedException(long currentMaxBytes)
public MaxOutstandingRequestBytesReachedException(long currentMaxBytes)
Parameter | |
---|---|
Name | Description |
currentMaxBytes |
long |
Methods
getCurrentMaxBatchBytes()
public long getCurrentMaxBatchBytes()
Returns | |
---|---|
Type | Description |
long |
toString()
public String toString()
Returns | |
---|---|
Type | Description |
String |