org.apache.catalina.tribes.io
Class BufferPool
java.lang.Object
org.apache.catalina.tribes.io.BufferPool
public class BufferPool
- extends java.lang.Object
- Version:
- 1.0
- Author:
- Filip Hanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Log log
DEFAULT_POOL_SIZE
public static int DEFAULT_POOL_SIZE
instance
protected static volatile BufferPool instance
pool
protected BufferPool.BufferPoolAPI pool
getBuffer
public XByteBuffer getBuffer(int minSize,
boolean discard)
returnBuffer
public void returnBuffer(XByteBuffer buffer)
clear
public void clear()
getBufferPool
public static BufferPool getBufferPool()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.