Uses of Class
io.trino.server.InternalCommunicationConfig
-
Packages that use InternalCommunicationConfig Package Description io.trino.failuredetector io.trino.metadata io.trino.server io.trino.server.remotetask -
-
Uses of InternalCommunicationConfig in io.trino.failuredetector
Constructors in io.trino.failuredetector with parameters of type InternalCommunicationConfig Constructor Description HeartbeatFailureDetector(io.airlift.discovery.client.ServiceSelector selector, io.airlift.http.client.HttpClient httpClient, FailureDetectorConfig failureDetectorConfig, io.airlift.node.NodeInfo nodeInfo, InternalCommunicationConfig internalCommunicationConfig) -
Uses of InternalCommunicationConfig in io.trino.metadata
Constructors in io.trino.metadata with parameters of type InternalCommunicationConfig Constructor 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) -
Uses of InternalCommunicationConfig in io.trino.server
Methods in io.trino.server that return InternalCommunicationConfig Modifier and Type Method Description InternalCommunicationConfigInternalCommunicationConfig. setHttp2Enabled(boolean http2Enabled)InternalCommunicationConfigInternalCommunicationConfig. setHttpsRequired(boolean httpsRequired)InternalCommunicationConfigInternalCommunicationConfig. setKeyStorePassword(String keyStorePassword)InternalCommunicationConfigInternalCommunicationConfig. setKeyStorePath(String keyStorePath)InternalCommunicationConfigInternalCommunicationConfig. setSharedSecret(String sharedSecret)InternalCommunicationConfigInternalCommunicationConfig. setTrustStorePassword(String trustStorePassword)InternalCommunicationConfigInternalCommunicationConfig. setTrustStorePath(String trustStorePath)Constructors in io.trino.server with parameters of type InternalCommunicationConfig Constructor Description InternalAuthenticationManager(InternalCommunicationConfig internalCommunicationConfig, io.airlift.node.NodeInfo nodeInfo) -
Uses of InternalCommunicationConfig in io.trino.server.remotetask
Constructors in io.trino.server.remotetask with parameters of type InternalCommunicationConfig Constructor Description HttpLocationFactory(InternalNodeManager nodeManager, io.airlift.http.server.HttpServerInfo httpServerInfo, InternalCommunicationConfig config)
-