Uses of Interface
org.apache.flink.runtime.memory.SharedResources.ResourceAndSize
-
Packages that use SharedResources.ResourceAndSize Package Description org.apache.flink.runtime.memory -
-
Uses of SharedResources.ResourceAndSize in org.apache.flink.runtime.memory
Methods in org.apache.flink.runtime.memory that return SharedResources.ResourceAndSize Modifier and Type Method Description <T extends AutoCloseable>
SharedResources.ResourceAndSize<T>SharedResources. getOrAllocateSharedResource(String type, Object leaseHolder, org.apache.flink.util.function.LongFunctionWithException<T,Exception> initializer, long sizeForInitialization)Gets the shared memory resource for the given owner and registers a lease.
-