@Evolving public final class ReadMinRows extends Object implements ReadLimit
ReadLimit where the MicroBatchStream should scan approximately
 at least the given minimum number of rows.SupportsAdmissionControl.latestOffset(Offset, ReadLimit)| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | hashCode() | 
| long | maxTriggerDelayMs()Approximate maximum trigger delay. | 
| long | minRows()Approximate minimum rows to scan. | 
| String | toString() | 
allAvailable, compositeLimit, maxFiles, maxRows, minRowspublic long minRows()
public long maxTriggerDelayMs()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object