Package | Description |
---|---|
org.apache.flink.table.endpoint.hive | |
org.apache.flink.table.gateway.api.endpoint | |
org.apache.flink.table.gateway.rest |
Modifier and Type | Class and Description |
---|---|
class |
HiveServer2Endpoint
HiveServer2 Endpoint that allows to accept the request from the hive client, e.g.
|
Modifier and Type | Method and Description |
---|---|
SqlGatewayEndpoint |
HiveServer2EndpointFactory.createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context) |
Modifier and Type | Method and Description |
---|---|
SqlGatewayEndpoint |
SqlGatewayEndpointFactory.createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)
Creates an endpoint from the given context and endpoint options.
|
Modifier and Type | Method and Description |
---|---|
static List<SqlGatewayEndpoint> |
SqlGatewayEndpointFactoryUtils.createSqlGatewayEndpoint(SqlGatewayService service,
Configuration configuration)
Attempts to discover the appropriate endpoint factory and creates the instance of the
endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
SqlGatewayRestEndpoint
The rest endpoint for sql gateway.
|
Modifier and Type | Method and Description |
---|---|
SqlGatewayEndpoint |
SqlGatewayRestEndpointFactory.createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.