public final class LocalMemoryManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static MemoryPoolId |
GENERAL_POOL |
static MemoryPoolId |
RESERVED_POOL |
| Constructor and Description |
|---|
LocalMemoryManager(NodeMemoryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
MemoryPool |
getGeneralPool() |
MemoryInfo |
getInfo() |
List<MemoryPool> |
getPools() |
Optional<MemoryPool> |
getReservedPool() |
public static final MemoryPoolId GENERAL_POOL
public static final MemoryPoolId RESERVED_POOL
@Inject public LocalMemoryManager(NodeMemoryConfig config)
public MemoryInfo getInfo()
public List<MemoryPool> getPools()
public MemoryPool getGeneralPool()
public Optional<MemoryPool> getReservedPool()
Copyright © 2012–2019. All rights reserved.