public class TinyThreadLocalPool<V> extends io.netty.util.concurrent.FastThreadLocal<TinyThreadLocalPool.TinyPool<V>>
| Modifier and Type | Class and Description |
|---|---|
static class |
TinyThreadLocalPool.TinyPool<V> |
| Constructor and Description |
|---|
TinyThreadLocalPool() |
| Modifier and Type | Method and Description |
|---|---|
protected TinyThreadLocalPool.TinyPool<V> |
initialValue() |
void |
offer(V value) |
V |
poll() |
protected TinyThreadLocalPool.TinyPool<V> initialValue()
initialValue in class io.netty.util.concurrent.FastThreadLocal<TinyThreadLocalPool.TinyPool<V>>public void offer(V value)
public V poll()
Copyright © 2009- The Apache Software Foundation