Interface ReadLimit
- All Known Implementing Classes:
CompositeReadLimit
,ReadAllAvailable
,ReadMaxBytes
,ReadMaxFiles
,ReadMaxRows
,ReadMinRows
@Evolving
public interface ReadLimit
Interface representing limits on how much to read from a
MicroBatchStream
when it
implements SupportsAdmissionControl
. There are several child interfaces representing
various kinds of limits.- Since:
- 3.0.0
- See Also:
-
Method Summary
-
Method Details
-
minRows
-
maxRows
-
maxFiles
-
maxBytes
-
allAvailable
-
compositeLimit
-