public static class MemoryManager.AllocationRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfPages() |
Object |
getOwner() |
Set<org.apache.flink.core.memory.MemoryType> |
getTypes() |
static MemoryManager.Builder |
newBuilder(Object owner) |
static MemoryManager.AllocationRequest |
ofAllTypes(Object owner,
int numberOfPages) |
static MemoryManager.AllocationRequest |
ofType(Object owner,
int numberOfPages,
org.apache.flink.core.memory.MemoryType type) |
public Object getOwner()
public int getNumberOfPages()
public Set<org.apache.flink.core.memory.MemoryType> getTypes()
public static MemoryManager.Builder newBuilder(Object owner)
public static MemoryManager.AllocationRequest ofAllTypes(Object owner, int numberOfPages)
public static MemoryManager.AllocationRequest ofType(Object owner, int numberOfPages, org.apache.flink.core.memory.MemoryType type)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.