public final class MemoryPoolInfo extends Object
| Constructor and Description |
|---|
MemoryPoolInfo(long maxBytes,
long reservedBytes,
long reservedRevocableBytes,
Map<QueryId,Long> queryMemoryReservations,
Map<QueryId,List<MemoryAllocation>> queryMemoryAllocations,
Map<QueryId,Long> queryMemoryRevocableReservations) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFreeBytes() |
long |
getMaxBytes() |
Map<QueryId,List<MemoryAllocation>> |
getQueryMemoryAllocations() |
Map<QueryId,Long> |
getQueryMemoryReservations() |
Map<QueryId,Long> |
getQueryMemoryRevocableReservations() |
long |
getReservedBytes() |
long |
getReservedRevocableBytes() |
String |
toString() |
public long getMaxBytes()
public long getFreeBytes()
public long getReservedBytes()
public long getReservedRevocableBytes()
public Map<QueryId,List<MemoryAllocation>> getQueryMemoryAllocations()
Copyright © 2012–2019. All rights reserved.