| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.memory |
| 限定符和类型 | 方法和说明 |
|---|---|
<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–2022 The Apache Software Foundation. All rights reserved.