Class FlowController.MaxOutstandingElementCountReachedException (2.7.1)

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.

Inheritance

java.lang.Object > java.lang.Throwable > java.lang.Exception > FlowController.FlowControlException > FlowController.MaxOutstandingElementCountReachedException

Constructors

MaxOutstandingElementCountReachedException(long currentMaxElementCount)

public MaxOutstandingElementCountReachedException(long currentMaxElementCount)
Parameter
Name Description
currentMaxElementCount long

Methods

getCurrentMaxBatchElementCount()

public long getCurrentMaxBatchElementCount()
Returns
Type Description
long

toString()

public String toString()
Returns
Type Description
String
Overrides