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