public class MemoryPoolStats extends CloneableDataObject
Title: Service Event Fabric Runtime
Description: Defines a snapshot of the memory pool statistics.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the memory pool.
|
java.lang.management.MemoryUsage |
getPeakUsage()
Returns the peak memory usage of the memory pool.
|
java.lang.management.MemoryType |
getType()
Returns the type of the memory pool.
|
java.lang.management.MemoryUsage |
getUsage()
Returns the memory usage of the memory pool.
|
clone, getSerialVersionUID
public java.lang.String getName()
public java.lang.management.MemoryType getType()
public java.lang.management.MemoryUsage getUsage()
public java.lang.management.MemoryUsage getPeakUsage()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.