Uses of Class
io.prestosql.server.ServerConfig
-
Packages that use ServerConfig Package Description io.prestosql.dispatcher io.prestosql.memory io.prestosql.server io.prestosql.server.protocol -
-
Uses of ServerConfig in io.prestosql.dispatcher
Constructors in io.prestosql.dispatcher with parameters of type ServerConfig Constructor Description QueuedStatementResource(GroupProvider groupProvider, DispatchManager dispatchManager, DispatchExecutor executor, ServerConfig serverConfig) -
Uses of ServerConfig in io.prestosql.memory
Constructors in io.prestosql.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.prestosql.server
Methods in io.prestosql.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. setQueryResultsCompressionEnabled(boolean queryResultsCompressionEnabled)Constructors in io.prestosql.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.prestosql.server.protocol
Constructors in io.prestosql.server.protocol with parameters of type ServerConfig Constructor Description ExecutingStatementResource(QueryManager queryManager, ExchangeClientSupplier exchangeClientSupplier, BlockEncodingSerde blockEncodingSerde, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, ServerConfig serverConfig)
-