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

字段摘要
static IoBuffer EMPTY_IOBUFFER
          已过时。  
 
构造方法摘要
SimpleBufferAllocator()
          已过时。  
 
方法摘要
 IoBuffer allocate(int capacity)
          已过时。  
 void dispose()
          已过时。  
static BufferAllocator newInstance()
          已过时。  
 IoBuffer wrap(ByteBuffer byteBuffer)
          已过时。  
 
从类 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.