net.rubyeye.xmemcached.buffer
接口 BufferAllocator

所有已知实现类:
CachedBufferAllocator, SimpleBufferAllocator

已过时。

@Deprecated
public interface BufferAllocator

IoBuffer allocator

作者:
dennis(killme2008@gmail.com)

方法摘要
 IoBuffer allocate(int capacity)
          已过时。  
 void dispose()
          已过时。  
 IoBuffer wrap(ByteBuffer byteBuffer)
          已过时。  
 

方法详细信息

allocate

IoBuffer allocate(int capacity)
已过时。 

wrap

IoBuffer wrap(ByteBuffer byteBuffer)
已过时。 

dispose

void dispose()
已过时。 


Copyright © 2013. All Rights Reserved.