Uses of Class
org.apache.flink.streaming.api.functions.source.datagen.SequenceGenerator
-
Packages that use SequenceGenerator Package Description org.apache.flink.streaming.api.functions.source.datagen -
-
Uses of SequenceGenerator in org.apache.flink.streaming.api.functions.source.datagen
Methods in org.apache.flink.streaming.api.functions.source.datagen that return SequenceGenerator Modifier and Type Method Description static SequenceGenerator<BigDecimal>SequenceGenerator. bigDecimalGenerator(int start, int end, int precision, int scale)static SequenceGenerator<Byte>SequenceGenerator. byteGenerator(byte start, byte end)static SequenceGenerator<Double>SequenceGenerator. doubleGenerator(int start, int end)static SequenceGenerator<Float>SequenceGenerator. floatGenerator(short start, short end)static SequenceGenerator<Integer>SequenceGenerator. intGenerator(int start, int end)static SequenceGenerator<Long>SequenceGenerator. longGenerator(long start, long end)static SequenceGenerator<Short>SequenceGenerator. shortGenerator(short start, short end)static SequenceGenerator<String>SequenceGenerator. stringGenerator(long start, long end)
-