- ScalaAggregateOperator<IN> - Class in org.apache.flink.api.scala.operators
-
- ScalaAggregateOperator(DataSet<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
-
Deprecated.
Non grouped aggregation.
- ScalaAggregateOperator(Grouping<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
-
Deprecated.
Grouped aggregation.
- ScalaCaseClassSerializerSnapshot<T extends scala.Product> - Class in org.apache.flink.api.scala.typeutils
-
TypeSerializerSnapshot for ScalaCaseClassSerializer.
- ScalaCaseClassSerializerSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaCaseClassSerializerSnapshot
-
Used via reflection.
- ScalaCaseClassSerializerSnapshot(ScalaCaseClassSerializer<T>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaCaseClassSerializerSnapshot
-
Used for the snapshot path.
- ScalaCsvOutputFormat<T extends scala.Product> - Class in org.apache.flink.api.scala.operators
-
- ScalaCsvOutputFormat(Path) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
Creates an instance of CsvOutputFormat.
- ScalaCsvOutputFormat(Path, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
Creates an instance of CsvOutputFormat.
- ScalaCsvOutputFormat(Path, String, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
Creates an instance of CsvOutputFormat.
- ScalaEitherSerializerSnapshot<L,R> - Class in org.apache.flink.api.scala.typeutils
-
Configuration snapshot for serializers of Scala's Either type, containing configuration
snapshots of the Left and Right serializers.
- ScalaEitherSerializerSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaEitherSerializerSnapshot
-
Constructor for read instantiation.
- ScalaEitherSerializerSnapshot(EitherSerializer<L, R>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaEitherSerializerSnapshot
-
Constructor to create the snapshot for writing.
- ScalaOptionSerializerSnapshot<E> - Class in org.apache.flink.api.scala.typeutils
-
A TypeSerializerSnapshot for the Scala OptionSerializer.
- ScalaOptionSerializerSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaOptionSerializerSnapshot
-
- ScalaOptionSerializerSnapshot(OptionSerializer<E>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaOptionSerializerSnapshot
-
- ScalaTrySerializerSnapshot<E> - Class in org.apache.flink.api.scala.typeutils
-
A TypeSerializerSnapshot for the Scala TrySerializer.
- ScalaTrySerializerSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaTrySerializerSnapshot
-
This empty nullary constructor is required for deserializing the configuration.
- ScalaTrySerializerSnapshot(TrySerializer<E>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaTrySerializerSnapshot
-
- setAllowNullValues(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
Configures the format to either allow null values (writing an empty field), or to throw an
exception when encountering a null field.
- setCharsetName(String) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
Sets the charset with which the CSV strings are written to the file.
- setInputType(TypeInformation<?>, ExecutionConfig) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
The purpose of this method is solely to check whether the data type to be processed is in
fact a tuple type.
- setQuoteStrings(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Deprecated.
Configures whether the output format should quote string values.