Uses of Package
org.glassfish.grizzly.memory

Packages that use org.glassfish.grizzly.memory
org.glassfish.grizzly   
org.glassfish.grizzly.memory   
org.glassfish.grizzly.memory.slab   
org.glassfish.grizzly.threadpool   
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.memory
ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
ByteBufferViewManager
          The ByteBufferManager implementation, which doesn't allocate ByteBuffers each time allocate is called.
ByteBufferWrapper
          Buffer implementation, which uses the ByteBuffer underneath.
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
WrapperAware
          MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.memory.slab
ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
ByteBufferWrapper
          Buffer implementation, which uses the ByteBuffer underneath.
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
WrapperAware
          MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.threadpool
DefaultMemoryManager.BufferInfo
          Information about thread associated memory pool.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.