java.lang.Object
java.lang.management.MemoryNotificationInfo
- See Also:
- Source Code,
collection usage threshold exceeded notification, usage threshold exceeded notification, from, user data, CompositeData, collection usage threshold count, usage threshold count, MemoryMXBean
public static MemoryNotificationInfo from(CompositeData cd)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long getCount()
- See Also:
collection usage threshold count, threshold
count
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getPoolName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MemoryUsage getUsage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MemoryNotificationInfo(String poolName,
MemoryUsage usage,
long count)- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String MEMORY_COLLECTION_THRESHOLD_EXCEEDED
- See Also:
MemoryMXBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String MEMORY_THRESHOLD_EXCEEDED
- See Also:
MemoryMXBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples