Package net.rubyeye.xmemcached.buffer
Interface BufferAllocator
-
- All Known Implementing Classes:
CachedBufferAllocator
,SimpleBufferAllocator
@Deprecated public interface BufferAllocator
Deprecated.IoBuffer allocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IoBuffer
allocate(int capacity)
Deprecated.void
dispose()
Deprecated.IoBuffer
wrap(java.nio.ByteBuffer byteBuffer)
Deprecated.
-