org.glassfish.grizzly.memory.jmx
Class ByteBufferManager
java.lang.Object
org.glassfish.grizzly.monitoring.jmx.JmxObject
org.glassfish.grizzly.memory.jmx.MemoryManager
org.glassfish.grizzly.memory.jmx.ByteBufferManager
@ManagedObject
@Description(value="Grizzly Memory Manager")
public class ByteBufferManager
- extends MemoryManager
ByteBufferManager JMX object.
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBufferManager
public ByteBufferManager(ByteBufferManager memoryManager)
isDirect
@ManagedAttribute(id="is-direct")
@Description(value="Is memory manager uses direct ByteBuffers")
public boolean isDirect()
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.