-
public final class GetHeapUsageResponseResponse type for the RuntimeDomain.getHeapUsage command.
-
-
Constructor Summary
Constructors Constructor Description GetHeapUsageResponse(Double usedSize, Double totalSize)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final Doublecomponent2()final GetHeapUsageResponsecopy(Double usedSize, Double totalSize)final DoublegetUsedSize()Used heap size in bytes. final DoublegetTotalSize()Allocated heap size in bytes. -
-
Method Detail
-
component1
final Double component1()
-
component2
final Double component2()
-
copy
final GetHeapUsageResponse copy(Double usedSize, Double totalSize)
-
getUsedSize
final Double getUsedSize()
Used heap size in bytes.
-
getTotalSize
final Double getTotalSize()
Allocated heap size in bytes.
-
-
-
-