Uses of Class
com.sun.grizzly.memory.slab.Slab

Packages that use Slab
com.sun.grizzly.memory.slab   
 

Uses of Slab in com.sun.grizzly.memory.slab
 

Methods in com.sun.grizzly.memory.slab that return Slab
 Slab SlabPoolImpl.getSlab()
           
 

Methods in com.sun.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 com.sun.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.