Uses of Class
io.trino.server.ServerConfig
-
Packages that use ServerConfig Package Description io.trino.dispatcher io.trino.memory io.trino.server io.trino.server.protocol -
-
Uses of ServerConfig in io.trino.dispatcher
Constructors in io.trino.dispatcher with parameters of type ServerConfig Constructor Description QueuedStatementResource(GroupProvider groupProvider, DispatchManager dispatchManager, DispatchExecutor executor, QueryInfoUrlFactory queryInfoUrlTemplate, ServerConfig serverConfig, ProtocolConfig protocolConfig) -
Uses of ServerConfig in io.trino.memory
Constructors in io.trino.memory with parameters of type ServerConfig Constructor Description ClusterMemoryManager(io.airlift.http.client.HttpClient httpClient, InternalNodeManager nodeManager, LocationFactory locationFactory, org.weakref.jmx.MBeanExporter exporter, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, io.airlift.json.JsonCodec<MemoryPoolAssignmentsRequest> assignmentsRequestJsonCodec, QueryIdGenerator queryIdGenerator, LowMemoryKiller lowMemoryKiller, ServerConfig serverConfig, MemoryManagerConfig config, NodeMemoryConfig nodeMemoryConfig, NodeSchedulerConfig schedulerConfig) -
Uses of ServerConfig in io.trino.server
Methods in io.trino.server that return ServerConfig Modifier and Type Method Description ServerConfigServerConfig. setCoordinator(boolean coordinator)ServerConfigServerConfig. setGracePeriod(io.airlift.units.Duration gracePeriod)ServerConfigServerConfig. setIncludeExceptionInResponse(boolean includeExceptionInResponse)ServerConfigServerConfig. setQueryInfoUrlTemplate(String queryInfoUrlTemplate)ServerConfigServerConfig. setQueryResultsCompressionEnabled(boolean queryResultsCompressionEnabled)Constructors in io.trino.server with parameters of type ServerConfig Constructor Description GracefulShutdownHandler(TaskManager sqlTaskManager, ServerConfig serverConfig, ShutdownAction shutdownAction, io.airlift.bootstrap.LifeCycleManager lifeCycleManager)ServerInfoResource(NodeVersion nodeVersion, io.airlift.node.NodeInfo nodeInfo, ServerConfig serverConfig, GracefulShutdownHandler shutdownHandler)StatusResource(NodeVersion nodeVersion, io.airlift.node.NodeInfo nodeInfo, ServerConfig serverConfig, LocalMemoryManager memoryManager)ThrowableMapper(ServerConfig config) -
Uses of ServerConfig in io.trino.server.protocol
Constructors in io.trino.server.protocol with parameters of type ServerConfig Constructor Description ExecutingStatementResource(QueryManager queryManager, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig)QueryInfoUrlFactory(ServerConfig serverConfig)
-