Uses of Class
io.trino.server.ServerConfig
Packages that use ServerConfig
-
Uses of ServerConfig in io.trino.dispatcher
Constructors in io.trino.dispatcher with parameters of type ServerConfigModifierConstructorDescriptionQueuedStatementResource(HttpRequestSessionContextFactory sessionContextFactory, DispatchManager dispatchManager, io.opentelemetry.api.trace.Tracer tracer, DispatchExecutor executor, QueryInfoUrlFactory queryInfoUrlTemplate, ServerConfig serverConfig, QueryManagerConfig queryManagerConfig) -
Uses of ServerConfig in io.trino.memory
Constructors in io.trino.memory with parameters of type ServerConfigModifierConstructorDescriptionClusterMemoryManager(io.airlift.http.client.HttpClient httpClient, InternalNodeManager nodeManager, LocationFactory locationFactory, org.weakref.jmx.MBeanExporter exporter, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, LowMemoryKiller taskLowMemoryKiller, LowMemoryKiller queryLowMemoryKiller, ServerConfig serverConfig, MemoryManagerConfig config) -
Uses of ServerConfig in io.trino.server
Methods in io.trino.server that return ServerConfigModifier and TypeMethodDescriptionServerConfig.setConcurrentStartup(boolean concurrentStartup) ServerConfig.setCoordinator(boolean coordinator) ServerConfig.setGracePeriod(io.airlift.units.Duration gracePeriod) ServerConfig.setIncludeExceptionInResponse(boolean includeExceptionInResponse) ServerConfig.setQueryInfoUrlTemplate(String queryInfoUrlTemplate) ServerConfig.setQueryResultsCompressionEnabled(boolean queryResultsCompressionEnabled) Methods in io.trino.server with parameters of type ServerConfigModifier and TypeMethodDescriptionstatic ExecutorServerMainModule.createStartupExecutor(ServerConfig config) Constructors in io.trino.server with parameters of type ServerConfigModifierConstructorDescriptionGracefulShutdownHandler(SqlTaskManager sqlTaskManager, ServerConfig serverConfig, ShutdownAction shutdownAction, io.airlift.bootstrap.LifeCycleManager lifeCycleManager) ServerInfoResource(NodeVersion nodeVersion, io.airlift.node.NodeInfo nodeInfo, ServerConfig serverConfig, GracefulShutdownHandler shutdownHandler, StartupStatus startupStatus) 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 ServerConfigModifierConstructorDescriptionExecutingStatementResource(QueryManager queryManager, DirectExchangeClientSupplier directExchangeClientSupplier, ExchangeManagerRegistry exchangeManagerRegistry, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, PreparedStatementEncoder preparedStatementEncoder, ServerConfig serverConfig) QueryInfoUrlFactory(ServerConfig serverConfig)