net.rubyeye.xmemcached.buffer
类 SimpleBufferAllocator
java.lang.Object
net.rubyeye.xmemcached.buffer.SimpleBufferAllocator
- 所有已实现的接口:
- BufferAllocator
已过时。
@Deprecated
public class SimpleBufferAllocator
- extends Object
- implements BufferAllocator
Simple IoBuffer allocator,allcate a new heap ByteBuffer each time.
- 作者:
- dennis
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_IOBUFFER
public static final IoBuffer EMPTY_IOBUFFER
- 已过时。
SimpleBufferAllocator
public SimpleBufferAllocator()
- 已过时。
allocate
public final IoBuffer allocate(int capacity)
- 已过时。
- 指定者:
- 接口
BufferAllocator 中的 allocate
dispose
public final void dispose()
- 已过时。
- 指定者:
- 接口
BufferAllocator 中的 dispose
newInstance
public static final BufferAllocator newInstance()
- 已过时。
wrap
public final IoBuffer wrap(ByteBuffer byteBuffer)
- 已过时。
- 指定者:
- 接口
BufferAllocator 中的 wrap
Copyright © 2013. All Rights Reserved.