Uses of Interface
org.apache.flink.table.api.TableEnvironment
Packages that use TableEnvironment
-
Uses of TableEnvironment in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin with parameters of type TableEnvironmentModifier and TypeMethodDescriptionstatic voidConfluentTools.deleteArtifact(TableEnvironment env, String artifactId) Deletes the artifact with the given id (e.g.static voidConfluentTools.deleteStatement(TableEnvironment env, String statementName) Deletes the statement behind the given statement name, blocking until the deletion completes or the configured timeout (client.timeout) elapses.static voidConfluentTools.deleteStatement(TableEnvironment env, String statementName, boolean await) Deletes the statement behind the given statement name, optionally waiting for the deletion to complete before returning.static StatementHandleStatementHandle.fromName(TableEnvironment env, String statementName) Creates a handle to an existing Flink SQL statement on Confluent Cloud.static StatementHandleConfluentTools.getStatementHandle(TableEnvironment env, String statementName) Returns aStatementHandleto manage a submitted Flink SQL statement on Confluent Cloud.static voidConfluentTools.resumeStatement(TableEnvironment env, String statementName) Resumes the statement behind the given statement name, blocking until the statement resumes or the configured timeout (client.timeout) elapses.static voidConfluentTools.resumeStatement(TableEnvironment env, String statementName, boolean await) Resumes the statement behind the given statement name, optionally waiting for the statement to resume before returning.static voidConfluentTools.setStatementName(TableEnvironment env, String name) Sets the statement name for the next statement submission.static voidConfluentTools.stopStatement(TableEnvironment env, String statementName) Stops the statement behind the given statement name, blocking until the statement reaches a stopped state or the configured timeout (client.timeout) elapses.static voidConfluentTools.stopStatement(TableEnvironment env, String statementName, boolean await) Stops the statement behind the given statement name, optionally waiting for the statement to reach a stopped state before returning. -
Uses of TableEnvironment in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TableEnvironmentModifier and TypeMethodDescriptionstatic TableEnvironmentTableEnvironment.create(Configuration configuration) Creates a table environment that is the entry point and central context for creating Table and SQL API programs.static TableEnvironmentTableEnvironment.create(EnvironmentSettings settings) Creates a table environment that is the entry point and central context for creating Table and SQL API programs.