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