JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.flink.table.gateway.api.endpoint
Interface SqlGatewayEndpoint
@PublicEvolving
public interface
SqlGatewayEndpoint
Endpoint of the SqlGateway to allow users to communicate with.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
start
()
Start the endpoint.
void
stop
()
Terminate the endpoint.
Method Details
start
void
start
() throws
Exception
Start the endpoint.
Throws:
Exception
stop
void
stop
() throws
Exception
Terminate the endpoint.
Throws:
Exception