- 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.
- 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
-
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(EitherSerializer<L, 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
-
- ScalaOptionSerializerConfigSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaOptionSerializerConfigSnapshot
-
Deprecated.
This empty nullary constructor is required for deserializing the configuration.
- ScalaOptionSerializerConfigSnapshot(TypeSerializer<E>) - Constructor for class org.apache.flink.api.scala.typeutils.ScalaOptionSerializerConfigSnapshot
-
Deprecated.
- 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
-
- ScalaTrySerializerConfigSnapshot<E> - Class in org.apache.flink.api.scala.typeutils
-
Deprecated.
- ScalaTrySerializerConfigSnapshot() - Constructor for class org.apache.flink.api.scala.typeutils.ScalaTrySerializerConfigSnapshot
-
Deprecated.
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
-
Deprecated.
- 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
-
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.