Package io.trino.memory
Interface LowMemoryKiller
-
- All Known Implementing Classes:
NoneLowMemoryKiller,TotalReservationLowMemoryKiller,TotalReservationOnBlockedNodesLowMemoryKiller
public interface LowMemoryKiller
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLowMemoryKiller.QueryMemoryInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<QueryId>chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)
-
-
-
Method Detail
-
chooseQueryToKill
Optional<QueryId> chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)
-
-