jar

org.apache.flink : flink-sql-gateway

Maven & Gradle

May 19, 2023
21.5k stars

Flink : Table : SQL Gateway

Table Of Contents

Latest Version

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

All Versions

Download org.apache.flink : flink-sql-gateway 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-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.rest.message.statement

├─ org.apache.flink.table.gateway.rest.message.statement.CompleteStatementRequestBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.CompleteStatementResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementRequestBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.FetchResultResponseBodyImpl.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.FetchResultsMessageParameters.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.FetchResultsRowFormatQueryParameter.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.FetchResultsTokenPathParameter.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse.class - [JAR]

org.apache.flink.table.gateway.api

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

org.apache.flink.table.gateway.rest.handler.statement

├─ org.apache.flink.table.gateway.rest.handler.statement.CompleteStatementHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.statement.ExecuteStatementHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.statement.FetchResultsHandler.class - [JAR]

org.apache.flink.table.gateway.rest.header.operation

├─ org.apache.flink.table.gateway.rest.header.operation.AbstractOperationHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.operation.CancelOperationHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.operation.CloseOperationHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.operation.GetOperationStatusHeaders.class - [JAR]

org.apache.flink.table.gateway.service.context

├─ org.apache.flink.table.gateway.service.context.DefaultContext.class - [JAR]

├─ org.apache.flink.table.gateway.service.context.SessionContext.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]

org.apache.flink.table.gateway.rest.header

├─ org.apache.flink.table.gateway.rest.header.SqlGatewayMessageHeaders.class - [JAR]

org.apache.flink.table.gateway.rest.message.util

├─ org.apache.flink.table.gateway.rest.message.util.GetApiVersionResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.util.GetInfoResponseBody.class - [JAR]

org.apache.flink.table.gateway.rest.header.util

├─ org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders.class - [JAR]

org.apache.flink.table.gateway

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

org.apache.flink.table.gateway.cli

├─ org.apache.flink.table.gateway.cli.SqlGatewayOptions.class - [JAR]

├─ org.apache.flink.table.gateway.cli.SqlGatewayOptionsParser.class - [JAR]

org.apache.flink.table.gateway.rest.serde

├─ org.apache.flink.table.gateway.rest.serde.ColumnInfo.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.FetchResultResponseBodyDeserializer.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.FetchResultsResponseBodySerializer.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.LogicalTypeJsonDeserializer.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.LogicalTypeJsonSerializer.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.ResultInfo.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.ResultInfoDeserializer.class - [JAR]

├─ org.apache.flink.table.gateway.rest.serde.ResultInfoSerializer.class - [JAR]

org.apache.flink.table.gateway.rest

├─ org.apache.flink.table.gateway.rest.SqlGatewayRestEndpoint.class - [JAR]

├─ org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointFactory.class - [JAR]

org.apache.flink.table.gateway.service.result

├─ org.apache.flink.table.gateway.service.result.NotReadyResult.class - [JAR]

├─ org.apache.flink.table.gateway.service.result.ResultFetcher.class - [JAR]

├─ org.apache.flink.table.gateway.service.result.ResultStore.class - [JAR]

org.apache.flink.table.gateway.rest.handler.util

├─ org.apache.flink.table.gateway.rest.handler.util.GetApiVersionHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.util.GetInfoHandler.class - [JAR]

org.apache.flink.table.gateway.rest.util

├─ org.apache.flink.table.gateway.rest.util.RowFormat.class - [JAR]

├─ org.apache.flink.table.gateway.rest.util.SqlGatewayRestAPIVersion.class - [JAR]

├─ org.apache.flink.table.gateway.rest.util.SqlGatewayRestEndpointUtils.class - [JAR]

├─ org.apache.flink.table.gateway.rest.util.SqlGatewayRestOptions.class - [JAR]

org.apache.flink.table.gateway.rest.message.operation

├─ org.apache.flink.table.gateway.rest.message.operation.OperationHandleIdPathParameter.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.operation.OperationMessageParameters.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.operation.OperationStatusResponseBody.class - [JAR]

org.apache.flink.table.gateway.rest.header.statement

├─ org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders.class - [JAR]

org.apache.flink.table.gateway.rest.handler.operation

├─ org.apache.flink.table.gateway.rest.handler.operation.AbstractOperationHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.operation.CancelOperationHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.operation.CloseOperationHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.operation.GetOperationStatusHandler.class - [JAR]

org.apache.flink.table.gateway.service.session

├─ org.apache.flink.table.gateway.service.session.Session.class - [JAR]

├─ org.apache.flink.table.gateway.service.session.SessionManager.class - [JAR]

├─ org.apache.flink.table.gateway.service.session.SessionManagerImpl.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.service.operation

├─ org.apache.flink.table.gateway.service.operation.OperationExecutor.class - [JAR]

├─ org.apache.flink.table.gateway.service.operation.OperationManager.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.rest.handler

├─ org.apache.flink.table.gateway.rest.handler.AbstractSqlGatewayRestHandler.class - [JAR]

org.apache.flink.table.gateway.rest.message.session

├─ org.apache.flink.table.gateway.rest.message.session.CloseSessionResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.session.GetSessionConfigResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.session.OpenSessionRequestBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.session.OpenSessionResponseBody.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.session.SessionHandleIdPathParameter.class - [JAR]

├─ org.apache.flink.table.gateway.rest.message.session.SessionMessageParameters.class - [JAR]

org.apache.flink.table.gateway.rest.handler.session

├─ org.apache.flink.table.gateway.rest.handler.session.CloseSessionHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.session.ConfigureSessionHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.session.GetSessionConfigHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.session.OpenSessionHandler.class - [JAR]

├─ org.apache.flink.table.gateway.rest.handler.session.TriggerSessionHeartbeatHandler.class - [JAR]

org.apache.flink.table.gateway.rest.header.session

├─ org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders.class - [JAR]

├─ org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders.class - [JAR]

org.apache.flink.table.gateway.service.utils

├─ org.apache.flink.table.gateway.service.utils.Constants.class - [JAR]

├─ org.apache.flink.table.gateway.service.utils.SqlCancelException.class - [JAR]

├─ org.apache.flink.table.gateway.service.utils.SqlExecutionException.class - [JAR]

org.apache.flink.table.gateway.service

├─ org.apache.flink.table.gateway.service.SqlGatewayServiceImpl.class - [JAR]

Advertisement