@ThriftStruct public class MemoryInfo extends Object
Constructor and Description |
---|
MemoryInfo(io.airlift.units.DataSize totalNodeMemory,
Map<MemoryPoolId,MemoryPoolInfo> pools) |
Modifier and Type | Method and Description |
---|---|
Map<MemoryPoolId,MemoryPoolInfo> |
getPools() |
io.airlift.units.DataSize |
getTotalNodeMemory() |
String |
toString() |
@ThriftConstructor public MemoryInfo(io.airlift.units.DataSize totalNodeMemory, Map<MemoryPoolId,MemoryPoolInfo> pools)
@ThriftField(value=1) public io.airlift.units.DataSize getTotalNodeMemory()
@ThriftField(value=2) public Map<MemoryPoolId,MemoryPoolInfo> getPools()
Copyright © 2012–2022. All rights reserved.