Uses of Interface
com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool

Packages that use SlabMemoryManagerFactory.SlabPool
com.sun.grizzly.memory.slab   
 

Uses of SlabMemoryManagerFactory.SlabPool in com.sun.grizzly.memory.slab
 

Classes in com.sun.grizzly.memory.slab that implement SlabMemoryManagerFactory.SlabPool
 class SlabPoolImpl
           
 

Methods in com.sun.grizzly.memory.slab that return SlabMemoryManagerFactory.SlabPool
static SlabMemoryManagerFactory.SlabPool SlabMemoryManagerFactory.makeDefaultSlabPool()
          Get a SlabPool with defaults
static SlabMemoryManagerFactory.SlabPool SlabMemoryManagerFactory.makeSlabPool(int maxAllocationSize, long minSize, long maxSize, boolean bufferType)
          Create a SlabPool from which Allocators may be created.
 

Methods in com.sun.grizzly.memory.slab with parameters of type SlabMemoryManagerFactory.SlabPool
static MemoryManager SlabMemoryManagerFactory.makePoolAllocator(SlabMemoryManagerFactory.SlabPool pool)
          Create an Allocator that allocates from a pool of slabs.
 

Constructors in com.sun.grizzly.memory.slab with parameters of type SlabMemoryManagerFactory.SlabPool
SlabPoolMemoryManagerImpl(SlabMemoryManagerFactory.SlabPool pool)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.