org.fusesource.hawtdispatch.util
Class ThreadLocalPool<T>
java.lang.Object
org.fusesource.hawtdispatch.util.ThreadLocalPool<T>
- Direct Known Subclasses:
- BufferPool
public abstract class ThreadLocalPool<T>
- extends Object
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalPool
public ThreadLocalPool()
create
protected abstract T create()
maxPoolSizePerThread
protected int maxPoolSizePerThread()
checkout
public T checkout()
checkin
public void checkin(T value)
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.