Uses of Class
org.glassfish.grizzly.memory.ByteBufferManager

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

Uses of ByteBufferManager in org.glassfish.grizzly.memory
 

Subclasses of ByteBufferManager in org.glassfish.grizzly.memory
 class ByteBufferViewManager
          The ByteBufferManager implementation, which doesn't allocate ByteBuffers each time allocate is called.
 class DefaultMemoryManager
          Default MemoryManager, used in Grizzly.
 

Fields in org.glassfish.grizzly.memory declared as ByteBufferManager
protected  ByteBufferManager ByteBufferWrapper.memoryManager
           
 

Constructors in org.glassfish.grizzly.memory with parameters of type ByteBufferManager
ByteBufferWrapper(ByteBufferManager memoryManager, ByteBuffer underlyingByteBuffer)
           
DefaultMemoryManager.TrimAwareWrapper(ByteBufferManager memoryManager, ByteBuffer underlyingByteBuffer)
           
 

Uses of ByteBufferManager in org.glassfish.grizzly.memory.slab
 

Subclasses of ByteBufferManager in org.glassfish.grizzly.memory.slab
 class SlabMemoryManagerBase
          Base class for implementing an SlabMemory Allocator.
 class SlabMemoryManagerImpl
          A simple non-pooled implementation of an Allocator.
 class SlabPoolMemoryManagerImpl
          An Allocator implemented on a SlabPool.
 

Constructors in org.glassfish.grizzly.memory.slab with parameters of type ByteBufferManager
SlabByteBufferWrapper(ByteBufferManager allocator, Slab slab, int size)
          Allocate a buffer that contains dataSize data.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.