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, DispatchExecutor executor, QueryInfoUrlFactory queryInfoUrlTemplate, ServerConfig serverConfig, ProtocolConfig protocolConfig, 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, 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 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(TaskManager 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, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig) QueryInfoUrlFactory(ServerConfig serverConfig)