Uses of Class
org.apache.flink.table.gateway.rest.handler.AbstractSqlGatewayRestHandler
Packages that use AbstractSqlGatewayRestHandler
Package
Description
-
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.application
Subclasses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.applicationModifier and TypeClassDescriptionclassHandler to deploy the script in application mode. -
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.materializedtable
Subclasses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.materializedtableModifier and TypeClassDescriptionclassHandler to execute materialized table refresh operation. -
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.materializedtable.scheduler
Subclasses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.materializedtable.schedulerModifier and TypeClassDescriptionclassHandler to create workflow in embedded scheduler.classHandler to delete workflow in embedded scheduler.classHandler to resume workflow in embedded scheduler.classHandler to suspend workflow in embedded scheduler. -
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.operation
Subclasses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.operationModifier and TypeClassDescriptionclassAbstract operation handler.classHandler to cancel operation.classHandler to close operation.classHandler to get the status of operation. -
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.session
Modifier and TypeClassDescriptionclassHandler to close session.classHandler to configure a session with statement.classHandler to get the session configuration.classHandler to open session.classHandler to touch the session. -
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.statement
Subclasses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.statementModifier and TypeClassDescriptionclassHandler to complete a statement.classHandler to execute a statement.classHandler to fetch results. -
Uses of AbstractSqlGatewayRestHandler in org.apache.flink.table.gateway.rest.handler.util
Modifier and TypeClassDescriptionclassHandler to get rest api version.classHandler to get cluster information.