Uses of Class
org.apache.flink.runtime.memory.OpaqueMemoryResource
Packages that use OpaqueMemoryResource
-
Uses of OpaqueMemoryResource in org.apache.flink.runtime.memory
Methods in org.apache.flink.runtime.memory that return OpaqueMemoryResourceModifier and TypeMethodDescription<T extends AutoCloseable>
OpaqueMemoryResource<T>MemoryManager.getExternalSharedMemoryResource(String type, org.apache.flink.util.function.LongFunctionWithException<T, Exception> initializer, long numBytes) Acquires a shared resource, identified by a type string.<T extends AutoCloseable>
OpaqueMemoryResource<T>MemoryManager.getSharedMemoryResourceForManagedMemory(String type, org.apache.flink.util.function.LongFunctionWithException<T, Exception> initializer, double fractionToInitializeWith) Acquires a shared memory resource, identified by a type string.