Package org.apache.druid.utils
Class RuntimeInfo
java.lang.Object
org.apache.druid.utils.RuntimeInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonglonglonglong
-
Constructor Details
-
RuntimeInfo
public RuntimeInfo()
-
-
Method Details
-
getAvailableProcessors
public int getAvailableProcessors() -
getMaxHeapSizeBytes
public long getMaxHeapSizeBytes() -
getTotalHeapSizeBytes
public long getTotalHeapSizeBytes() -
getFreeHeapSizeBytes
public long getFreeHeapSizeBytes() -
getDirectMemorySizeBytes
public long getDirectMemorySizeBytes()
-