Package io.trino.memory
Class TotalReservationLowMemoryKiller
java.lang.Object
io.trino.memory.TotalReservationLowMemoryKiller
- All Implemented Interfaces:
LowMemoryKiller
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.memory.LowMemoryKiller
LowMemoryKiller.QueryMemoryInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)
-
Constructor Details
-
TotalReservationLowMemoryKiller
public TotalReservationLowMemoryKiller()
-
-
Method Details
-
chooseQueryToKill
public Optional<QueryId> chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes) - Specified by:
chooseQueryToKillin interfaceLowMemoryKiller
-