org.glassfish.grizzly.memory.jmx
Class HeapMemoryManager
java.lang.Object
org.glassfish.grizzly.monitoring.jmx.JmxObject
org.glassfish.grizzly.memory.jmx.MemoryManager
org.glassfish.grizzly.memory.jmx.HeapMemoryManager
@ManagedObject
@Description(value="Grizzly Heap Memory Manager, which uses thread local memory pool")
@InheritedAttributes(value=@InheritedAttribute(id="is-direct",description="is-dirfff"))
public class HeapMemoryManager
- extends MemoryManager
HeapMemoryManager JMX object.
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeapMemoryManager
public HeapMemoryManager(HeapMemoryManager memoryManager)
getMaxThreadBufferSize
@ManagedAttribute(id="max-buffer-size")
@Description(value="The max buffer size, which could be associated with a thread")
public int getMaxThreadBufferSize()
Copyright © 2012 Oracle Corporation. All Rights Reserved.