public class StatefulFunctionsJob
extends java.lang.Object
Constructor and Description |
---|
StatefulFunctionsJob() |
Modifier and Type | Method and Description |
---|---|
static void |
main(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env,
StatefulFunctionsConfig stateFunConfig)
The main entry point for executing a stateful functions application.
|
static void |
main(java.lang.String... args) |
public static void main(java.lang.String... args) throws java.lang.Exception
java.lang.Exception
public static void main(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env, StatefulFunctionsConfig stateFunConfig) throws java.lang.Exception
env
- The StreamExecutionEnvironment under which the application will be bound.stateFunConfig
- The stateful function specific configurations for the deployment.java.lang.Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.