Uses of Class
io.trino.memory.ClusterMemoryManager
Packages that use ClusterMemoryManager
Package
Description
-
Uses of ClusterMemoryManager in io.trino.execution
Constructors in io.trino.execution with parameters of type ClusterMemoryManagerModifierConstructorDescriptionSqlQueryManager(ClusterMemoryManager memoryManager, io.opentelemetry.api.trace.Tracer tracer, QueryManagerConfig queryManagerConfig) -
Uses of ClusterMemoryManager in io.trino.execution.resourcegroups
Constructors in io.trino.execution.resourcegroups with parameters of type ClusterMemoryManagerModifierConstructorDescriptionInternalResourceGroupManager(LegacyResourceGroupConfigurationManager legacyManager, ClusterMemoryManager memoryPoolManager, io.airlift.node.NodeInfo nodeInfo, org.weakref.jmx.MBeanExporter exporter) -
Uses of ClusterMemoryManager in io.trino.execution.scheduler.faulttolerant
Constructors in io.trino.execution.scheduler.faulttolerant with parameters of type ClusterMemoryManagerModifierConstructorDescriptionBinPackingNodeAllocatorService(InternalNodeManager nodeManager, ClusterMemoryManager clusterMemoryManager, NodeSchedulerConfig nodeSchedulerConfig, MemoryManagerConfig memoryManagerConfig) Factory(ClusterMemoryManager clusterMemoryManager, MemoryManagerConfig memoryManagerConfig) -
Uses of ClusterMemoryManager in io.trino.server.testing
Methods in io.trino.server.testing that return ClusterMemoryManager -
Uses of ClusterMemoryManager in io.trino.server.ui
Constructors in io.trino.server.ui with parameters of type ClusterMemoryManagerModifierConstructorDescriptionClusterStatsResource(NodeSchedulerConfig nodeSchedulerConfig, InternalNodeManager nodeManager, DispatchManager dispatchManager, ClusterMemoryManager clusterMemoryManager)