Uses of Class
io.trino.memory.LocalMemoryManager
-
Packages that use LocalMemoryManager Package Description io.trino.execution io.trino.memory io.trino.server io.trino.server.testing -
-
Uses of LocalMemoryManager in io.trino.execution
Constructors in io.trino.execution with parameters of type LocalMemoryManager Constructor Description MemoryRevokingScheduler(LocalMemoryManager localMemoryManager, SqlTaskManager sqlTaskManager, TaskManagementExecutor taskManagementExecutor, FeaturesConfig config)SqlTaskManager(VersionEmbedder versionEmbedder, LocalExecutionPlanner planner, LocationFactory locationFactory, TaskExecutor taskExecutor, SplitMonitor splitMonitor, io.airlift.node.NodeInfo nodeInfo, LocalMemoryManager localMemoryManager, TaskManagementExecutor taskManagementExecutor, TaskManagerConfig config, NodeMemoryConfig nodeMemoryConfig, LocalSpillManager localSpillManager, NodeSpillConfig nodeSpillConfig, io.airlift.stats.GcMonitor gcMonitor) -
Uses of LocalMemoryManager in io.trino.memory
Constructors in io.trino.memory with parameters of type LocalMemoryManager Constructor Description LocalMemoryManagerExporter(LocalMemoryManager memoryManager, org.weakref.jmx.MBeanExporter exporter)MemoryResource(LocalMemoryManager memoryManager, TaskManager taskManager) -
Uses of LocalMemoryManager in io.trino.server
Constructors in io.trino.server with parameters of type LocalMemoryManager Constructor Description StatusResource(NodeVersion nodeVersion, io.airlift.node.NodeInfo nodeInfo, ServerConfig serverConfig, LocalMemoryManager memoryManager) -
Uses of LocalMemoryManager in io.trino.server.testing
Methods in io.trino.server.testing that return LocalMemoryManager Modifier and Type Method Description LocalMemoryManagerTestingTrinoServer. getLocalMemoryManager()
-