Package | Description |
---|---|
org.apache.flink.api.connector.source.lib.util | |
org.apache.flink.connector.datagen.source |
Modifier and Type | Class and Description |
---|---|
class |
IteratorSourceReader<E,IterT extends Iterator<E>,SplitT extends IteratorSourceSplit<E,IterT>>
A
SourceReader that returns the values of an iterator, supplied via an IteratorSourceSplit . |
Modifier and Type | Class and Description |
---|---|
class |
GeneratingIteratorSourceReader<E,O,IterT extends Iterator<E>,SplitT extends IteratorSourceSplit<E,IterT>>
A
SourceReader that takes the values of an iterator, supplied via an IteratorSourceSplit , and applies a GeneratorFunction to them to perform arbitrary
transformations. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.