Package org.apache.pinot.common.utils
Class PinotAppConfigs.SystemConfig
- java.lang.Object
-
- org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
-
- Enclosing class:
- PinotAppConfigs
public static class PinotAppConfigs.SystemConfig extends Object
-
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetArch()intgetAvailableProcessors()StringgetFreePhysicalMemory()StringgetFreeSwapSpace()StringgetName()StringgetTotalPhysicalMemory()StringgetTotalSwapSpace()StringgetVersion()inthashCode()
-
-
-
Method Detail
-
getArch
public String getArch()
-
getName
public String getName()
-
getVersion
public String getVersion()
-
getAvailableProcessors
public int getAvailableProcessors()
-
getTotalPhysicalMemory
public String getTotalPhysicalMemory()
-
getFreePhysicalMemory
public String getFreePhysicalMemory()
-
getTotalSwapSpace
public String getTotalSwapSpace()
-
getFreeSwapSpace
public String getFreeSwapSpace()
-
-