public abstract class ClinkRunner extends BasicClinkRunner
| 构造器和说明 |
|---|
ClinkRunner() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract StreamService |
getStreamService(String serviceName)
根据服务名称获取流处理服务
|
protected void |
run(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env,
Arguments arguments)
运行自定义程序
|
runprotected abstract StreamService getStreamService(String serviceName) throws Exception
serviceName - 服务名称Exceptionprotected void run(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env,
Arguments arguments)
throws Exception
BasicClinkRunnerrun 在类中 BasicClinkRunnerenv - 运行环境arguments - 运行参数Exception - 发生异常Copyright © 2023 10MG. All rights reserved.