Uses of Interface
org.apache.flink.table.api.bridge.java.StreamTableEnvironment
-
Packages that use StreamTableEnvironment Package Description org.apache.flink.table.api.bridge.java org.apache.flink.table.api.bridge.java.internal -
-
Uses of StreamTableEnvironment in org.apache.flink.table.api.bridge.java
Methods in org.apache.flink.table.api.bridge.java that return StreamTableEnvironment Modifier and Type Method Description static 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 StreamTableEnvironment Modifier and Type Class Description classStreamTableEnvironmentImplThe implementation for a JavaStreamTableEnvironment.Methods in org.apache.flink.table.api.bridge.java.internal that return StreamTableEnvironment Modifier and Type Method Description static StreamTableEnvironmentStreamTableEnvironmentImpl. create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment, org.apache.flink.table.api.EnvironmentSettings settings)
-