Class TinyThreadLocalPool.TinyPool<V>
- java.lang.Object
-
- org.apache.cassandra.utils.caching.TinyThreadLocalPool.TinyPool<V>
-
- Enclosing class:
- TinyThreadLocalPool<V>
public static class TinyThreadLocalPool.TinyPool<V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TinyPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
offer(V value)
V
poll()
-