| Package | Description |
|---|---|
| io.prestosql.failuredetector | |
| io.prestosql.metadata | |
| io.prestosql.server | |
| io.prestosql.server.remotetask |
| Constructor and Description |
|---|
HeartbeatFailureDetector(io.airlift.discovery.client.ServiceSelector selector,
io.airlift.http.client.HttpClient httpClient,
FailureDetectorConfig failureDetectorConfig,
io.airlift.node.NodeInfo nodeInfo,
InternalCommunicationConfig internalCommunicationConfig) |
| Constructor and Description |
|---|
DiscoveryNodeManager(io.airlift.discovery.client.ServiceSelector serviceSelector,
io.airlift.node.NodeInfo nodeInfo,
FailureDetector failureDetector,
NodeVersion expectedNodeVersion,
io.airlift.http.client.HttpClient httpClient,
InternalCommunicationConfig internalCommunicationConfig) |
| Modifier and Type | Method and Description |
|---|---|
InternalCommunicationConfig |
InternalCommunicationConfig.setHttpsRequired(boolean httpsRequired) |
InternalCommunicationConfig |
InternalCommunicationConfig.setKerberosEnabled(boolean kerberosEnabled) |
InternalCommunicationConfig |
InternalCommunicationConfig.setKerberosUseCanonicalHostname(boolean kerberosUseCanonicalHostname) |
InternalCommunicationConfig |
InternalCommunicationConfig.setKeyStorePassword(String keyStorePassword) |
InternalCommunicationConfig |
InternalCommunicationConfig.setKeyStorePath(String keyStorePath) |
InternalCommunicationConfig |
InternalCommunicationConfig.setTrustStorePassword(String trustStorePassword) |
InternalCommunicationConfig |
InternalCommunicationConfig.setTrustStorePath(String trustStorePath) |
| Constructor and Description |
|---|
HttpLocationFactory(InternalNodeManager nodeManager,
io.airlift.http.server.HttpServerInfo httpServerInfo,
InternalCommunicationConfig config) |
Copyright © 2012–2019. All rights reserved.