public class SqlGatewayRestEndpoint
extends org.apache.flink.runtime.rest.RestServerEndpoint
implements org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint
| Modifier and Type | Field and Description |
|---|---|
org.apache.flink.table.gateway.api.SqlGatewayService |
service |
| Constructor and Description |
|---|
SqlGatewayRestEndpoint(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.table.gateway.api.SqlGatewayService sqlGatewayService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOperationRelatedHandlers(List<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> handlers) |
protected void |
addUtilRelatedHandlers(List<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> handlers) |
protected List<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> |
initializeHandlers(CompletableFuture<String> localAddressFuture) |
protected void |
startInternal() |
void |
stop() |
closeAsync, getRestBaseUrl, getRestPort, getServerAddress, shutDownInternal, startclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SqlGatewayRestEndpoint(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.table.gateway.api.SqlGatewayService sqlGatewayService)
throws IOException,
org.apache.flink.util.ConfigurationException
IOExceptionorg.apache.flink.util.ConfigurationExceptionprotected List<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> initializeHandlers(CompletableFuture<String> localAddressFuture)
initializeHandlers in class org.apache.flink.runtime.rest.RestServerEndpointprotected void addOperationRelatedHandlers(List<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> handlers)
protected void addUtilRelatedHandlers(List<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> handlers)
protected void startInternal()
startInternal in class org.apache.flink.runtime.rest.RestServerEndpointCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.