Uses of Class
org.glassfish.grizzly.memory.slab.Slab

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

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

Methods in org.glassfish.grizzly.memory.slab that return Slab
 Slab SlabPoolImpl.getSlab()
           
 

Methods in org.glassfish.grizzly.memory.slab with parameters of type Slab
 void SlabPoolMemoryManagerImpl.dispose(Slab slab, ByteBuffer store)
           
 void SlabMemoryManagerImpl.dispose(Slab slab, ByteBuffer store)
           
abstract  void SlabMemoryManagerBase.dispose(Slab slab, ByteBuffer store)
           
 void SlabPoolImpl.dispose(Slab slab, ByteBuffer buffer)
           
 void SlabPoolImpl.releaseSlab(Slab slab)
           
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.