- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.streaming.api.functions.source.SourceFunction<Integer>
- Enclosing class:
- IncrementalLearningSkeleton
public static class IncrementalLearningSkeleton.FiniteNewDataSource
extends Object
implements org.apache.flink.streaming.api.functions.source.SourceFunction<Integer>
Feeds new data for newData. By default it is implemented as constantly
emitting the Integer 1 in a loop.
- See Also:
- Serialized Form