Class ThreadLocalRecycler<V>
- java.lang.Object
-
- org.apache.logging.log4j.layout.template.json.util.ThreadLocalRecycler<V>
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalRecycler(java.util.function.Supplier<V> supplier, java.util.function.Consumer<V> cleaner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
acquire()
void
release(V value)
-