Uses of Class
org.apache.directmemory.memory.allocator.AbstractByteBufferAllocator

Packages that use AbstractByteBufferAllocator
org.apache.directmemory.memory.allocator   
 

Uses of AbstractByteBufferAllocator in org.apache.directmemory.memory.allocator
 

Subclasses of AbstractByteBufferAllocator in org.apache.directmemory.memory.allocator
 class FixedSizeByteBufferAllocatorImpl
          ByteBufferAllocator implementation that instantiate ByteBuffers of fixed size, called slices.
 class MergingByteBufferAllocatorImpl
          ByteBufferAllocator implementation with ByteBuffer merging capabilities.
 class SlabByteBufferAllocatorImpl
          ByteBufferAllocator implementation that uses FixedSizeByteBufferAllocatorImpl of different size to allocate best matching's size ByteBuffer
 



Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.