Uses of Interface
org.apache.flink.table.api.bridge.java.StreamTableEnvironment
Packages that use StreamTableEnvironment
Package
Description
-
Uses of StreamTableEnvironment in org.apache.flink.table.api.bridge.java
Methods in org.apache.flink.table.api.bridge.java that return StreamTableEnvironmentModifier and TypeMethodDescriptionstatic StreamTableEnvironmentStreamTableEnvironment.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment) Creates a table environment that is the entry point and central context for creating Table and SQL API programs that integrate with the Java-specificDataStreamAPI.static StreamTableEnvironmentStreamTableEnvironment.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment, org.apache.flink.table.api.EnvironmentSettings settings) Creates a table environment that is the entry point and central context for creating Table and SQL API programs that integrate with the Java-specificDataStreamAPI. -
Uses of StreamTableEnvironment in org.apache.flink.table.api.bridge.java.internal
Classes in org.apache.flink.table.api.bridge.java.internal that implement StreamTableEnvironmentModifier and TypeClassDescriptionfinal classThe implementation for a JavaStreamTableEnvironment.Methods in org.apache.flink.table.api.bridge.java.internal that return StreamTableEnvironmentModifier and TypeMethodDescriptionstatic StreamTableEnvironmentStreamTableEnvironmentImpl.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment, org.apache.flink.table.api.EnvironmentSettings settings)