Package org.apache.pinot.common.utils
Class PinotAppConfigs.RuntimeConfig
- java.lang.Object
-
- org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
-
- Enclosing class:
- PinotAppConfigs
public static class PinotAppConfigs.RuntimeConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeConfig(long numTotalThreads, int numCurrentThreads, String maxHeapSize, String currentHeapSize)
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetCurrentHeapSize()StringgetMaxHeapSize()intgetNumCurrentThreads()longgetNumTotalThreads()inthashCode()
-