public class CollectionExecutionExample extends Object
The collection based execution is a local mode that is not using the full Flink runtime. DataSet transformations are executed on Java collections.
See the "Local Execution" section in the documentation for more details: https://flink.apache.org/docs/latest/apis/local_execution.html
Note: All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API. This class is retained for testing purposes.
Modifier and Type | Class and Description |
---|---|
static class |
CollectionExecutionExample.EMail
POJO for an EMail.
|
static class |
CollectionExecutionExample.User
POJO class representing a user.
|
Constructor and Description |
---|
CollectionExecutionExample() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.