Example usage for Java java.lang.management MemoryNotificationInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
String | MEMORY_THRESHOLD_EXCEEDED Notification type denoting that the memory usage of a memory pool has reached or exceeded its usage threshold value. |
MemoryNotificationInfo | from(CompositeData cd) Returns a MemoryNotificationInfo object represented by the given CompositeData . |
MemoryUsage | getUsage() Returns the memory usage of the memory pool when this notification was constructed. |