@ThriftStruct 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() |
@ThriftField(value=1) public long getMaxBytes()
@ThriftField(value=2) public long getFreeBytes()
@ThriftField(value=3) public long getReservedBytes()
@ThriftField(value=4) public long getReservedRevocableBytes()
@ThriftField(value=5) public Map<QueryId,Long> getQueryMemoryReservations()
@ThriftField(value=6) public Map<QueryId,List<MemoryAllocation>> getQueryMemoryAllocations()
@ThriftField(value=7) public Map<QueryId,Long> getQueryMemoryRevocableReservations()
Copyright © 2012–2022. All rights reserved.