| Package | Description |
|---|---|
| com.facebook.presto.spi.memory |
| Modifier and Type | Method and Description |
|---|---|
MemoryPoolInfo |
ClusterMemoryPoolInfo.getMemoryPoolInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterMemoryPoolManager.addChangeListener(MemoryPoolId poolId,
Consumer<MemoryPoolInfo> listener) |
| Constructor and Description |
|---|
ClusterMemoryPoolInfo(MemoryPoolInfo memoryPoolInfo,
int blockedNodes,
int assignedQueries) |
ClusterMemoryPoolInfo(MemoryPoolInfo memoryPoolInfo,
int blockedNodes,
int assignedQueries,
Optional<QueryId> largestMemoryQuery,
Optional<List<QueryId>> runningQueries) |
Copyright © 2012–2022. All rights reserved.