| Package | Description |
|---|---|
| org.apache.flink.runtime.memory |
| Modifier and Type | Method and Description |
|---|---|
MemoryManager.AllocationRequest |
MemoryManager.Builder.build() |
static MemoryManager.AllocationRequest |
MemoryManager.AllocationRequest.ofAllTypes(Object owner,
int numberOfPages) |
static MemoryManager.AllocationRequest |
MemoryManager.AllocationRequest.ofType(Object owner,
int numberOfPages,
org.apache.flink.core.memory.MemoryType type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.flink.core.memory.MemorySegment> |
MemoryManager.allocatePages(MemoryManager.AllocationRequest request)
Allocates a set of memory segments from this memory manager.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.