Uses of Class
io.trino.memory.LowMemoryKiller.QueryMemoryInfo
-
Packages that use LowMemoryKiller.QueryMemoryInfo Package Description io.trino.memory -
-
Uses of LowMemoryKiller.QueryMemoryInfo in io.trino.memory
Method parameters in io.trino.memory with type arguments of type LowMemoryKiller.QueryMemoryInfo Modifier and Type Method Description Optional<QueryId>LowMemoryKiller. chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)Optional<QueryId>NoneLowMemoryKiller. chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)Optional<QueryId>TotalReservationLowMemoryKiller. chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)Optional<QueryId>TotalReservationOnBlockedNodesLowMemoryKiller. chooseQueryToKill(List<LowMemoryKiller.QueryMemoryInfo> runningQueries, List<MemoryInfo> nodes)
-