Class TinyThreadLocalPool<V>
- java.lang.Object
-
- io.netty.util.concurrent.FastThreadLocal<TinyThreadLocalPool.TinyPool<V>>
-
- org.apache.cassandra.utils.caching.TinyThreadLocalPool<V>
-
public class TinyThreadLocalPool<V> extends io.netty.util.concurrent.FastThreadLocal<TinyThreadLocalPool.TinyPool<V>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TinyThreadLocalPool.TinyPool<V>
-
Constructor Summary
Constructors Constructor Description TinyThreadLocalPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TinyThreadLocalPool.TinyPool<V>
initialValue()
void
offer(V value)
V
poll()
-
-
-
Method Detail
-
initialValue
protected TinyThreadLocalPool.TinyPool<V> initialValue()
- Overrides:
initialValue
in classio.netty.util.concurrent.FastThreadLocal<TinyThreadLocalPool.TinyPool<V>>
-
offer
public void offer(V value)
-
poll
public V poll()
-
-