Exception FlowController.MaxOutstandingElementCountReachedException (2.11.0)

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

Methods

getCurrentMaxBatchElementCount()

public long getCurrentMaxBatchElementCount()
Returns
TypeDescription
long

toString()

public String toString()
Returns
TypeDescription
String
Overrides