Uses of Class
org.apache.flink.table.gateway.api.operation.OperationHandle
Packages that use OperationHandle
-
Uses of OperationHandle in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return OperationHandleModifier and TypeMethodDescriptionSqlGatewayService.executeStatement(SessionHandle sessionHandle, String statement, long executionTimeoutMs, org.apache.flink.configuration.Configuration executionConfig) Execute the submitted statement.SqlGatewayService.refreshMaterializedTable(SessionHandle sessionHandle, String materializedTableIdentifier, boolean isPeriodic, String scheduleTime, Map<String, String> dynamicOptions, Map<String, String> staticPartitions, Map<String, String> executionConfig) Trigger a refresh operation of specific materialized table.SqlGatewayService.submitOperation(SessionHandle sessionHandle, Callable<ResultSet> executor) Submit an operation and execute.Methods in org.apache.flink.table.gateway.api with parameters of type OperationHandleModifier and TypeMethodDescriptionvoidSqlGatewayService.cancelOperation(SessionHandle sessionHandle, OperationHandle operationHandle) Cancel the operation when it is not in terminal status.voidSqlGatewayService.closeOperation(SessionHandle sessionHandle, OperationHandle operationHandle) Close the operation and release all used resource by the operation.SqlGatewayService.fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, long token, int maxRows) Fetch the results from the operation.SqlGatewayService.fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, FetchOrientation orientation, int maxRows) Fetch the results from the operation.SqlGatewayService.getOperationInfo(SessionHandle sessionHandle, OperationHandle operationHandle) Get theOperationInfoof the operation.org.apache.flink.table.catalog.ResolvedSchemaSqlGatewayService.getOperationResultSchema(SessionHandle sessionHandle, OperationHandle operationHandle) Get the result schema for the specified Operation. -
Uses of OperationHandle in org.apache.flink.table.gateway.api.operation
Methods in org.apache.flink.table.gateway.api.operation that return OperationHandle