@PublicEvolving @FunctionalInterface public interface RecordEvaluator<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isEndOfStream(T record)
Determines whether a record should trigger the end of stream for its split.
|
boolean isEndOfStream(T record)
record
- a de-serialized record from the split.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.