Uses of Class
io.prestosql.memory.ClusterMemoryManager
-
Packages that use ClusterMemoryManager Package Description io.prestosql.execution io.prestosql.server.testing io.prestosql.server.ui -
-
Uses of ClusterMemoryManager in io.prestosql.execution
Constructors in io.prestosql.execution with parameters of type ClusterMemoryManager Constructor Description SqlQueryManager(ClusterMemoryManager memoryManager, QueryManagerConfig queryManagerConfig) -
Uses of ClusterMemoryManager in io.prestosql.server.testing
Methods in io.prestosql.server.testing that return ClusterMemoryManager Modifier and Type Method Description ClusterMemoryManagerTestingPrestoServer. getClusterMemoryManager() -
Uses of ClusterMemoryManager in io.prestosql.server.ui
Constructors in io.prestosql.server.ui with parameters of type ClusterMemoryManager Constructor Description ClusterStatsResource(NodeSchedulerConfig nodeSchedulerConfig, InternalNodeManager nodeManager, DispatchManager dispatchManager, ClusterMemoryManager clusterMemoryManager)
-