- callRemoveJar(OperationHandle, String) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- callShowJobsOperation(TableEnvironmentInternal, OperationHandle, ShowJobsOperation) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- callStopJobOperation(TableEnvironmentInternal, OperationHandle, StopJobOperation) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- cancel() - Method in class org.apache.flink.table.gateway.service.operation.OperationManager.Operation
-
- cancelOperation(OperationHandle) - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
Cancel the execution of the operation.
- cancelOperation(SessionHandle, OperationHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- CancelOperationHandler - Class in org.apache.flink.table.gateway.rest.handler.operation
-
Handler to cancel operation.
- CancelOperationHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, OperationStatusResponseBody, OperationMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.operation.CancelOperationHandler
-
- CancelOperationHeaders - Class in org.apache.flink.table.gateway.rest.header.operation
-
Message headers for canceling operation.
- CancelOperationHeaders() - Constructor for class org.apache.flink.table.gateway.rest.header.operation.CancelOperationHeaders
-
- catalogManager - Variable in class org.apache.flink.table.gateway.service.context.SessionContext.SessionState
-
- close() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
Close resources, e.g.
- close() - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
- close() - Method in class org.apache.flink.table.gateway.service.operation.OperationManager.Operation
-
- close() - Method in class org.apache.flink.table.gateway.service.result.ResultFetcher
-
- close() - Method in class org.apache.flink.table.gateway.service.result.ResultStore
-
- close() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- CLOSE_MESSAGE - Static variable in class org.apache.flink.table.gateway.rest.handler.session.CloseSessionHandler
-
- closeOperation(OperationHandle) - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
- closeOperation(SessionHandle, OperationHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- CloseOperationHandler - Class in org.apache.flink.table.gateway.rest.handler.operation
-
Handler to close operation.
- CloseOperationHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, OperationStatusResponseBody, OperationMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.operation.CloseOperationHandler
-
- CloseOperationHeaders - Class in org.apache.flink.table.gateway.rest.header.operation
-
Message headers for closing operation.
- CloseOperationHeaders() - Constructor for class org.apache.flink.table.gateway.rest.header.operation.CloseOperationHeaders
-
- closeSession(SessionHandle) - Method in interface org.apache.flink.table.gateway.service.session.SessionManager
-
Close the session with the specified identifier and releases the resources used by the
session.
- closeSession(SessionHandle) - Method in class org.apache.flink.table.gateway.service.session.SessionManagerImpl
-
- closeSession(SessionHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- CloseSessionHandler - Class in org.apache.flink.table.gateway.rest.handler.session
-
Handler to close session.
- CloseSessionHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, CloseSessionResponseBody, SessionMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.session.CloseSessionHandler
-
- CloseSessionHeaders - Class in org.apache.flink.table.gateway.rest.header.session
-
Message headers for closing a session.
- CloseSessionResponseBody - Class in org.apache.flink.table.gateway.rest.message.session
-
ResponseBody for closing a session.
- CloseSessionResponseBody(String) - Constructor for class org.apache.flink.table.gateway.rest.message.session.CloseSessionResponseBody
-
- ColumnInfo - Class in org.apache.flink.table.gateway.rest.serde
-
A column info represents a table column's structure with column name, column type.
- ColumnInfo(String, LogicalType, String) - Constructor for class org.apache.flink.table.gateway.rest.serde.ColumnInfo
-
- completeStatement(SessionHandle, String, int) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- CompleteStatementHandler - Class in org.apache.flink.table.gateway.rest.handler.statement
-
Handler to complete a statement.
- CompleteStatementHandler(SqlGatewayService, Map<String, String>, MessageHeaders<CompleteStatementRequestBody, CompleteStatementResponseBody, SessionMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.statement.CompleteStatementHandler
-
- CompleteStatementHeaders - Class in org.apache.flink.table.gateway.rest.header.statement
-
Message headers for completing a statement.
- CompleteStatementHeaders() - Constructor for class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- CompleteStatementRequestBody - Class in org.apache.flink.table.gateway.rest.message.statement
-
RequestBody for completing a statement.
- CompleteStatementRequestBody(String, int) - Constructor for class org.apache.flink.table.gateway.rest.message.statement.CompleteStatementRequestBody
-
- CompleteStatementResponseBody - Class in org.apache.flink.table.gateway.rest.message.statement
-
ResponseBody for completing a statement.
- CompleteStatementResponseBody(List<String>) - Constructor for class org.apache.flink.table.gateway.rest.message.statement.CompleteStatementResponseBody
-
- COMPLETION_CANDIDATES - Static variable in class org.apache.flink.table.gateway.service.utils.Constants
-
- configureSession(OperationHandle, String) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- configureSession(SessionHandle, String, long) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- ConfigureSessionHandler - Class in org.apache.flink.table.gateway.rest.handler.session
-
Handler to configure a session with statement.
- ConfigureSessionHandler(SqlGatewayService, Map<String, String>, MessageHeaders<ConfigureSessionRequestBody, EmptyResponseBody, SessionMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.session.ConfigureSessionHandler
-
- ConfigureSessionHeaders - Class in org.apache.flink.table.gateway.rest.header.session
-
Message headers for configuring a session.
- ConfigureSessionHeaders() - Constructor for class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- ConfigureSessionRequestBody - Class in org.apache.flink.table.gateway.rest.message.session
-
RequestBody for configuring a session.
- ConfigureSessionRequestBody(String) - Constructor for class org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody
-
- ConfigureSessionRequestBody(String, Long) - Constructor for class org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody
-
- Constants - Class in org.apache.flink.table.gateway.service.utils
-
Constants used in the SqlGatewayService.
- Constants() - Constructor for class org.apache.flink.table.gateway.service.utils.Constants
-
- convertFromString(String) - Method in class org.apache.flink.table.gateway.rest.message.operation.OperationHandleIdPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.table.gateway.rest.message.session.SessionHandleIdPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsTokenPathParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsRowFormatQueryParameter
-
- convertToString(OperationHandle) - Method in class org.apache.flink.table.gateway.rest.message.operation.OperationHandleIdPathParameter
-
- convertToString(SessionHandle) - Method in class org.apache.flink.table.gateway.rest.message.session.SessionHandleIdPathParameter
-
- convertToString(Long) - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsTokenPathParameter
-
- convertValueToString(RowFormat) - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsRowFormatQueryParameter
-
- create(DefaultContext, SessionHandle, SessionEnvironment, ExecutorService) - Static method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- create(DefaultContext) - Static method in interface org.apache.flink.table.gateway.service.session.SessionManager
-
- createExecutor() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- createExecutor(Configuration) - Method in class org.apache.flink.table.gateway.service.session.Session
-
- createOperationExecutor(Configuration) - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- createResultInfo(ResultSet, RowFormat) - Static method in class org.apache.flink.table.gateway.rest.serde.ResultInfo
-
- createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context) - Method in class org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointFactory
-
- currentSessionCount() - Method in class org.apache.flink.table.gateway.service.session.SessionManagerImpl
-
- GetApiVersionHandler - Class in org.apache.flink.table.gateway.rest.handler.util
-
Handler to get rest api version.
- GetApiVersionHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, GetApiVersionResponseBody, EmptyMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.util.GetApiVersionHandler
-
- GetApiVersionHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, GetApiVersionResponseBody, EmptyMessageParameters>, List<SqlGatewayRestAPIVersion>) - Constructor for class org.apache.flink.table.gateway.rest.handler.util.GetApiVersionHandler
-
- GetApiVersionHeaders - Class in org.apache.flink.table.gateway.rest.header.util
-
Message headers for getting rest api version.
- GetApiVersionResponseBody - Class in org.apache.flink.table.gateway.rest.message.util
-
ResponseBody for getting rest api version.
- GetApiVersionResponseBody(List<String>) - Constructor for class org.apache.flink.table.gateway.rest.message.util.GetApiVersionResponseBody
-
- getBufferedRecordSize() - Method in class org.apache.flink.table.gateway.service.result.ResultStore
-
- getCandidates() - Method in class org.apache.flink.table.gateway.rest.message.statement.CompleteStatementResponseBody
-
- getColumnInfos() - Method in class org.apache.flink.table.gateway.rest.serde.ResultInfo
-
Get the column info of the data.
- getComment() - Method in class org.apache.flink.table.gateway.rest.serde.ColumnInfo
-
- getCompletionHints(OperationHandle, String, int) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- getCurrentCatalog() - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- getCurrentCatalog(SessionHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getData() - Method in class org.apache.flink.table.gateway.rest.serde.ResultInfo
-
Get the data.
- getData() - Method in class org.apache.flink.table.gateway.service.result.NotReadyResult
-
- getDefaultContext() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getDefaultInstance() - Static method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getDefaultVersion() - Static method in enum org.apache.flink.table.gateway.rest.util.SqlGatewayRestAPIVersion
-
Returns the default version.
- getDependencies() - Method in class org.apache.flink.table.gateway.service.context.DefaultContext
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.operation.CancelOperationHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.operation.CloseOperationHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.operation.GetOperationStatusHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.message.operation.OperationHandleIdPathParameter
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.message.session.SessionHandleIdPathParameter
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsRowFormatQueryParameter
-
- getDescription() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsTokenPathParameter
-
- getDynamicConfigs() - Method in class org.apache.flink.table.gateway.cli.SqlGatewayOptions
-
- getEndpointVersion() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getEndpointVersion() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- getExecutionConfig() - Method in class org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementRequestBody
-
- getFieldGetters() - Method in class org.apache.flink.table.gateway.rest.serde.ResultInfo
-
Create the RowData.FieldGetter to get column value in the results.
- getFlinkConfig() - Method in class org.apache.flink.table.gateway.service.context.DefaultContext
-
- getFunctionDefinition(UnresolvedIdentifier) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- getFunctionDefinition(SessionHandle, UnresolvedIdentifier) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getGatewayInfo() - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.operation.CancelOperationHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.operation.CloseOperationHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.operation.GetOperationStatusHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getHttpMethod() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- GetInfoHandler - Class in org.apache.flink.table.gateway.rest.handler.util
-
Handler to get cluster information.
- GetInfoHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, GetInfoResponseBody, EmptyMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.util.GetInfoHandler
-
- GetInfoHeaders - Class in org.apache.flink.table.gateway.rest.header.util
-
Message headers for getting cluster information.
- GetInfoResponseBody - Class in org.apache.flink.table.gateway.rest.message.util
-
ResponseBody for getting cluster information.
- GetInfoResponseBody(String, String) - Constructor for class org.apache.flink.table.gateway.rest.message.util.GetInfoResponseBody
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.operation.CancelOperationHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.operation.CloseOperationHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.operation.GetOperationStatusHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getInstance() - Static method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getInstanceV1() - Static method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getJobID() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultResponseBodyImpl
-
- getJobID() - Method in interface org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
-
- getJobID() - Method in class org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse
-
- getJobID() - Method in class org.apache.flink.table.gateway.service.result.NotReadyResult
-
- getLastAccessTime() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- getLogicalType() - Method in class org.apache.flink.table.gateway.rest.serde.ColumnInfo
-
- getName() - Method in class org.apache.flink.table.gateway.rest.serde.ColumnInfo
-
- getNextResultUri() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultResponseBodyImpl
-
- getNextResultUri() - Method in interface org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
-
- getNextResultUri() - Method in class org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse
-
- getNextToken() - Method in class org.apache.flink.table.gateway.service.result.NotReadyResult
-
- getOperation(OperationHandle) - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
- getOperationCount() - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
- getOperationCount(SessionHandle) - Method in class org.apache.flink.table.gateway.service.session.SessionManagerImpl
-
- getOperationHandle() - Method in class org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementResponseBody
-
- getOperationInfo(OperationHandle) - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
Get the OperationInfo of the operation.
- getOperationInfo() - Method in class org.apache.flink.table.gateway.service.operation.OperationManager.Operation
-
- getOperationInfo(SessionHandle, OperationHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getOperationManager() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getOperationManager() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- getOperationResultSchema(OperationHandle) - Method in class org.apache.flink.table.gateway.service.operation.OperationManager
-
Get the ResolvedSchema of the operation.
- getOperationResultSchema(SessionHandle, OperationHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- GetOperationStatusHandler - Class in org.apache.flink.table.gateway.rest.handler.operation
-
Handler to get the status of operation.
- GetOperationStatusHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, OperationStatusResponseBody, OperationMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.operation.GetOperationStatusHandler
-
- GetOperationStatusHeaders - Class in org.apache.flink.table.gateway.rest.header.operation
-
Message headers for getting the status of operation.
- GetOperationStatusHeaders() - Constructor for class org.apache.flink.table.gateway.rest.header.operation.GetOperationStatusHeaders
-
- getPathParameters() - Method in class org.apache.flink.table.gateway.rest.message.operation.OperationMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.table.gateway.rest.message.session.SessionMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsMessageParameters
-
- getPosition() - Method in class org.apache.flink.table.gateway.rest.message.statement.CompleteStatementRequestBody
-
- getProductName() - Method in class org.apache.flink.table.gateway.rest.message.util.GetInfoResponseBody
-
- getProductVersion() - Method in class org.apache.flink.table.gateway.rest.message.util.GetInfoResponseBody
-
- getProperties() - Method in class org.apache.flink.table.gateway.rest.message.session.GetSessionConfigResponseBody
-
- getProperties() - Method in class org.apache.flink.table.gateway.rest.message.session.OpenSessionRequestBody
-
- getQueryParameters() - Method in class org.apache.flink.table.gateway.rest.message.operation.OperationMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.table.gateway.rest.message.session.SessionMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultsMessageParameters
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.operation.AbstractOperationHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getRequestClass() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.operation.AbstractOperationHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getResponseClass() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.operation.AbstractOperationHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getResultKind() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultResponseBodyImpl
-
- getResultKind() - Method in interface org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
-
- getResultKind() - Method in class org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse
-
- getResultKind() - Method in class org.apache.flink.table.gateway.service.result.NotReadyResult
-
- getResults() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultResponseBodyImpl
-
- getResults() - Method in interface org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
-
- getResults() - Method in class org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse
-
- getResultSchema() - Method in class org.apache.flink.table.gateway.rest.serde.ResultInfo
-
Get the schemas of the results.
- getResultSchema() - Method in class org.apache.flink.table.gateway.service.operation.OperationManager.Operation
-
- getResultSchema() - Method in class org.apache.flink.table.gateway.service.result.NotReadyResult
-
- getResultSchema() - Method in class org.apache.flink.table.gateway.service.result.ResultFetcher
-
- getResultStore() - Method in class org.apache.flink.table.gateway.service.result.ResultFetcher
-
- getResultType() - Method in class org.apache.flink.table.gateway.rest.message.statement.FetchResultResponseBodyImpl
-
- getResultType() - Method in interface org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
-
- getResultType() - Method in class org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse
-
- getResultType() - Method in class org.apache.flink.table.gateway.service.result.NotReadyResult
-
- getRowFormat() - Method in class org.apache.flink.table.gateway.rest.serde.ResultInfo
-
Get the row format about the data.
- getSession(SessionHandle) - Method in interface org.apache.flink.table.gateway.service.session.SessionManager
-
Get the
Session with the identifier.
- getSession(SessionHandle) - Method in class org.apache.flink.table.gateway.service.session.SessionManagerImpl
-
- getSession(SessionHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getSessionConf() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getSessionConfig() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- getSessionConfig(SessionHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- GetSessionConfigHandler - Class in org.apache.flink.table.gateway.rest.handler.session
-
Handler to get the session configuration.
- GetSessionConfigHandler(SqlGatewayService, Map<String, String>, MessageHeaders<EmptyRequestBody, GetSessionConfigResponseBody, SessionMessageParameters>) - Constructor for class org.apache.flink.table.gateway.rest.handler.session.GetSessionConfigHandler
-
- GetSessionConfigHeaders - Class in org.apache.flink.table.gateway.rest.header.session
-
Message headers for closing a session.
- GetSessionConfigResponseBody - Class in org.apache.flink.table.gateway.rest.message.session
-
ResponseBody for get session configuration.
- GetSessionConfigResponseBody(Map<String, String>) - Constructor for class org.apache.flink.table.gateway.rest.message.session.GetSessionConfigResponseBody
-
- getSessionEndpointVersion(SessionHandle) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getSessionHandle() - Method in class org.apache.flink.table.gateway.rest.message.session.OpenSessionResponseBody
-
- getSessionHandle() - Method in class org.apache.flink.table.gateway.service.session.Session
-
- getSessionId() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getSessionName() - Method in class org.apache.flink.table.gateway.rest.message.session.OpenSessionRequestBody
-
- getSessionState() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getStableVersions() - Static method in enum org.apache.flink.table.gateway.rest.util.SqlGatewayRestAPIVersion
-
Returns the supported stable versions.
- getStatement() - Method in class org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody
-
- getStatement() - Method in class org.apache.flink.table.gateway.rest.message.statement.CompleteStatementRequestBody
-
- getStatement() - Method in class org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementRequestBody
-
- getStatementSetOperations() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getStatus(SessionHandle, OperationHandle) - Method in class org.apache.flink.table.gateway.rest.handler.operation.AbstractOperationHandler
-
- getStatus(SessionHandle, OperationHandle) - Method in class org.apache.flink.table.gateway.rest.handler.operation.CloseOperationHandler
-
- getStatus() - Method in class org.apache.flink.table.gateway.rest.message.operation.OperationStatusResponseBody
-
- getStatus() - Method in class org.apache.flink.table.gateway.rest.message.session.CloseSessionResponseBody
-
- getSupportedAPIVersions() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getSupportedAPIVersions() - Method in interface org.apache.flink.table.gateway.rest.header.SqlGatewayMessageHeaders
-
- getSupportedAPIVersions() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getSupportedAPIVersions() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getTable(ObjectIdentifier) - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- getTable(SessionHandle, ObjectIdentifier) - Method in class org.apache.flink.table.gateway.service.SqlGatewayServiceImpl
-
- getTableEnvironment() - Method in class org.apache.flink.table.gateway.service.operation.OperationExecutor
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.operation.CancelOperationHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.operation.CloseOperationHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.operation.GetOperationStatusHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getTimeout() - Method in class org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody
-
- getTimeout() - Method in class org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementRequestBody
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.operation.AbstractOperationHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.session.CloseSessionHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.session.OpenSessionHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.session.TriggerSessionHeartbeatHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.statement.CompleteStatementHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.statement.ExecuteStatementHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.statement.FetchResultsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.util.GetApiVersionHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.table.gateway.rest.header.util.GetInfoHeaders
-
- getURLVersionPrefix() - Method in enum org.apache.flink.table.gateway.rest.util.SqlGatewayRestAPIVersion
-
Returns the URL version prefix (e.g.
- getUserClassloader() - Method in class org.apache.flink.table.gateway.service.context.SessionContext
-
- getVersions() - Method in class org.apache.flink.table.gateway.rest.message.util.GetApiVersionResponseBody
-