Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Flink global variable
Labels:
- Labels:
-
Apache Flink
Explorer
Created on 02-15-2024 05:15 AM - edited 02-15-2024 05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team,
I am trying to access a global variable set in my main class under the StreamExecutionEnvironment. I am trying to access the global variable in a different class which is in different package where I am not using RichFunction ?. If I rephrase- can I place a variable in main class which can be accessed any where with in the application (like the static variable in JAVA standalone app) where I am not using directly the execution environment or rich function's other than in the main class?
0 REPLIES 0
