Uses of Interface
io.trino.memory.LowMemoryKiller
-
Packages that use LowMemoryKiller Package Description io.trino.memory -
-
Uses of LowMemoryKiller in io.trino.memory
Classes in io.trino.memory that implement LowMemoryKiller Modifier and Type Class Description classNoneLowMemoryKillerclassTotalReservationLowMemoryKillerclassTotalReservationOnBlockedNodesLowMemoryKillerConstructors in io.trino.memory with parameters of type LowMemoryKiller 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)
-