jar

org.apache.flink : flink-sql-gateway-api

Maven & Gradle

May 19, 2023
21.5k stars

Flink : Table : SQL Gateway : API · This module contains extension points of the SQL Gateway API. It allows for implementing user-defined endpoint with minimal dependencies.

Table Of Contents

Latest Version

Download org.apache.flink : flink-sql-gateway-api JAR file - Latest Versions:

All Versions

Download org.apache.flink : flink-sql-gateway-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.17.x
1.16.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flink-sql-gateway-api-1.17.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.flink.table.gateway.api

├─ org.apache.flink.table.gateway.api.SqlGatewayService.class - [JAR]

org.apache.flink.table.gateway.api.utils

├─ org.apache.flink.table.gateway.api.utils.SqlGatewayException.class - [JAR]

├─ org.apache.flink.table.gateway.api.utils.ThreadUtils.class - [JAR]

org.apache.flink.table.gateway.api.session

├─ org.apache.flink.table.gateway.api.session.SessionEnvironment.class - [JAR]

├─ org.apache.flink.table.gateway.api.session.SessionHandle.class - [JAR]

org.apache.flink.table.gateway.api.config

├─ org.apache.flink.table.gateway.api.config.SqlGatewayServiceConfigOptions.class - [JAR]

org.apache.flink.table.gateway.api.endpoint

├─ org.apache.flink.table.gateway.api.endpoint.EndpointVersion.class - [JAR]

├─ org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint.class - [JAR]

├─ org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.class - [JAR]

├─ org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactoryUtils.class - [JAR]

org.apache.flink.table.gateway.api.results

├─ org.apache.flink.table.gateway.api.results.FetchOrientation.class - [JAR]

├─ org.apache.flink.table.gateway.api.results.FunctionInfo.class - [JAR]

├─ org.apache.flink.table.gateway.api.results.GatewayInfo.class - [JAR]

├─ org.apache.flink.table.gateway.api.results.OperationInfo.class - [JAR]

├─ org.apache.flink.table.gateway.api.results.ResultSet.class - [JAR]

├─ org.apache.flink.table.gateway.api.results.ResultSetImpl.class - [JAR]

├─ org.apache.flink.table.gateway.api.results.TableInfo.class - [JAR]

org.apache.flink.table.gateway.api.operation

├─ org.apache.flink.table.gateway.api.operation.OperationHandle.class - [JAR]

├─ org.apache.flink.table.gateway.api.operation.OperationStatus.class - [JAR]

Advertisement