Class ByteBufferManager

All Implemented Interfaces:
ByteBufferAware, MemoryManager<ByteBufferWrapper>, ThreadLocalPoolProvider, WrapperAware, MonitoringAware<MemoryProbe>

public class ByteBufferManager extends AbstractMemoryManager<ByteBufferWrapper> implements WrapperAware, ByteBufferAware
The simple Buffer manager implementation, which works as wrapper above ByteBuffers. It's possible to work either with direct or heap ByteBuffers.
Author:
Jean-Francois Arcand, Alexey Stashok
See Also: