- ScalaAggregateOperator<IN> - Class in org.apache.flink.api.scala.operators
-
This operator represents the application of a "aggregate" operation on a data set, and the
result data set produced by the function.
- ScalaAggregateOperator(DataSet<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
-
Non grouped aggregation.
- ScalaAggregateOperator(Grouping<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
-
Grouped aggregation.
- ScalaCsvOutputFormat<T extends scala.Product> - Class in org.apache.flink.api.scala.operators
-
This is an OutputFormat to serialize Scala Tuples to text.
- ScalaCsvOutputFormat(Path) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Creates an instance of CsvOutputFormat.
- ScalaCsvOutputFormat(Path, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Creates an instance of CsvOutputFormat.
- ScalaCsvOutputFormat(Path, String, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
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(TypeSerializer<L>, TypeSerializer<R>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaEitherSerializerSnapshot
-
Constructor to create the snapshot for writing.
- ScalaOptionSerializerConfigSnapshot<E> - Class in org.apache.flink.api.scala.typeutils
-
A TypeSerializerConfigSnapshot for the Scala OptionSerializer.
- ScalaOptionSerializerConfigSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaOptionSerializerConfigSnapshot
-
This empty nullary constructor is required for deserializing the configuration.
- ScalaOptionSerializerConfigSnapshot(TypeSerializer<E>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaOptionSerializerConfigSnapshot
-
- ScalaTrySerializerConfigSnapshot<E> - Class in org.apache.flink.api.scala.typeutils
-
A TypeSerializerConfigSnapshot for the Scala TrySerializer.
- ScalaTrySerializerConfigSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaTrySerializerConfigSnapshot
-
This empty nullary constructor is required for deserializing the configuration.
- ScalaTrySerializerConfigSnapshot(TypeSerializer<E>, TypeSerializer<Throwable>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaTrySerializerConfigSnapshot
-
- setAllowNullValues(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
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
-
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
-
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
-
Configures whether the output format should quote string values.