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