Uses of Class
com.google.api.gax.batching.FlowController.FlowControlException
-
Packages that use FlowController.FlowControlException Package Description com.google.api.gax.batching -
-
Uses of FlowController.FlowControlException in com.google.api.gax.batching
Subclasses of FlowController.FlowControlException in com.google.api.gax.batching Modifier and Type Class Description static classFlowController.MaxOutstandingElementCountReachedExceptionException thrown when client-side flow control is enforced based on the maximum number of outstanding in-memory elements.static classFlowController.MaxOutstandingRequestBytesReachedExceptionException thrown when client-side flow control is enforced based on the maximum number of unacknowledged in-memory bytes.Methods in com.google.api.gax.batching that return FlowController.FlowControlException Modifier and Type Method Description FlowController.FlowControlExceptionFlowControlEventStats.FlowControlEvent. getException()Methods in com.google.api.gax.batching with parameters of type FlowController.FlowControlException Modifier and Type Method Description static FlowController.FlowControlRuntimeExceptionFlowController.FlowControlRuntimeException. fromFlowControlException(FlowController.FlowControlException e)Methods in com.google.api.gax.batching that throw FlowController.FlowControlException Modifier and Type Method Description voidThresholdBatcher. add(E e)Adds an element to the batcher.voidBatchingFlowController. reserve(T batch)voidFlowController. reserve(long elements, long bytes)
-