Uses of Class
org.apache.flink.runtime.memory.MemoryReservationException
-
Packages that use MemoryReservationException Package Description org.apache.flink.runtime.memory -
-
Uses of MemoryReservationException in org.apache.flink.runtime.memory
Methods in org.apache.flink.runtime.memory that throw MemoryReservationException Modifier and Type Method Description voidMemoryManager. reserveMemory(Object owner, long size)Reserves a memory chunk of a certain size for an owner from this memory manager.
-