Class HeapSize
java.lang.Object
io.deephaven.engine.table.impl.util.HeapSize
Get this process's maximum heap size for performance logs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longGet this process's maximum heap size in bytes, orQueryConstants.NULL_LONG.
-
Constructor Details
-
HeapSize
public HeapSize()
-
-
Method Details
-
getMaximumHeapSizeBytes
public static long getMaximumHeapSizeBytes()Get this process's maximum heap size in bytes, orQueryConstants.NULL_LONG.- Returns:
- this processes maximum heap size in bytes, or
QueryConstants.NULL_LONG.
-