| Package | Description |
|---|---|
| com.facebook.presto.spi.memory |
| Modifier and Type | Method and Description |
|---|---|
Map<QueryId,List<MemoryAllocation>> |
MemoryPoolInfo.getQueryMemoryAllocations() |
| Constructor and Description |
|---|
MemoryPoolInfo(long maxBytes,
long reservedBytes,
long reservedRevocableBytes,
Map<QueryId,Long> queryMemoryReservations,
Map<QueryId,List<MemoryAllocation>> queryMemoryAllocations,
Map<QueryId,Long> queryMemoryRevocableReservations) |
Copyright © 2012–2022. All rights reserved.