| Package | Description |
|---|---|
| org.apache.flink.runtime.memory |
| Modifier and Type | Method and Description |
|---|---|
<T extends AutoCloseable> |
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> |
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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.