Package org.apache.directmemory.memory.allocator

Interface Summary
ByteBufferAllocator Interface defining interaction with ByteBuffer
 

Class Summary
AbstractByteBufferAllocator  
DirectByteBufferUtils Utility class around direct ByteBuffer
FixedSizeByteBufferAllocatorImpl ByteBufferAllocator implementation that instantiate ByteBuffers of fixed size, called slices.
MergingByteBufferAllocatorImpl ByteBufferAllocator implementation with ByteBuffer merging capabilities.
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.