Package net.rubyeye.xmemcached.buffer
Interface BufferAllocator
-
- All Known Implementing Classes:
CachedBufferAllocator,SimpleBufferAllocator
@Deprecated public interface BufferAllocator
Deprecated.IoBuffer allocator- Author:
- dennis(killme2008@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IoBufferallocate(int capacity)Deprecated.voiddispose()Deprecated.IoBufferwrap(ByteBuffer byteBuffer)Deprecated.
-
-
-
Method Detail
-
allocate
IoBuffer allocate(int capacity)
Deprecated.
-
wrap
IoBuffer wrap(ByteBuffer byteBuffer)
Deprecated.
-
dispose
void dispose()
Deprecated.
-
-