public static final class FlowController.MaxOutstandingElementCountReachedException extends FlowController.FlowControlException
Exception thrown when client-side flow control is enforced based on the maximum number of outstanding in-memory elements.
Constructors
MaxOutstandingElementCountReachedException(long currentMaxElementCount)
public MaxOutstandingElementCountReachedException(long currentMaxElementCount)
Name | Description |
currentMaxElementCount | long |
Methods
getCurrentMaxBatchElementCount()
public long getCurrentMaxBatchElementCount()
Type | Description |
long |
toString()
public String toString()
Type | Description |
String |