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
NameDescription
currentMaxElementCountlong

Methods

getCurrentMaxBatchElementCount()

public long getCurrentMaxBatchElementCount()
Returns
TypeDescription
long

toString()

public String toString()
Returns
TypeDescription
String
Overrides