Uses of Interface
org.apache.flink.runtime.memory.SharedResources.ResourceAndSize
Packages that use SharedResources.ResourceAndSize
-
Uses of SharedResources.ResourceAndSize in org.apache.flink.runtime.memory
Methods in org.apache.flink.runtime.memory that return SharedResources.ResourceAndSizeModifier and TypeMethodDescription<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.