Package | Description |
---|---|
org.apache.flink.runtime.memory |
Modifier and Type | Method and Description |
---|---|
<T extends AutoCloseable> |
MemoryManager.getExternalSharedMemoryResource(String type,
LongFunctionWithException<T,Exception> initializer,
long numBytes)
Acquires a shared resource, identified by a type string.
|
<T extends AutoCloseable> |
MemoryManager.getSharedMemoryResourceForManagedMemory(String type,
LongFunctionWithException<T,Exception> initializer)
Acquires a shared memory resource, that uses all the memory of this memory manager.
|
<T extends AutoCloseable> |
MemoryManager.getSharedMemoryResourceForManagedMemory(String type,
LongFunctionWithException<T,Exception> initializer,
double fractionToInitializeWith)
Acquires a shared memory resource, identified by a type string.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.