Uses of Interface
org.apache.logging.log4j.layout.template.json.util.Recycler
-
Packages that use Recycler Package Description org.apache.logging.log4j.layout.template.json.util -
-
Uses of Recycler in org.apache.logging.log4j.layout.template.json.util
Classes in org.apache.logging.log4j.layout.template.json.util that implement Recycler Modifier and Type Class Description class
DummyRecycler<V>
class
QueueingRecycler<V>
class
ThreadLocalRecycler<V>
Methods in org.apache.logging.log4j.layout.template.json.util that return Recycler Modifier and Type Method Description <V> Recycler<V>
DummyRecyclerFactory. create(Supplier<V> supplier, Consumer<V> cleaner)
<V> Recycler<V>
QueueingRecyclerFactory. create(Supplier<V> supplier, Consumer<V> cleaner)
default <V> Recycler<V>
RecyclerFactory. create(Supplier<V> supplier)
<V> Recycler<V>
RecyclerFactory. create(Supplier<V> supplier, Consumer<V> cleaner)
<V> Recycler<V>
ThreadLocalRecyclerFactory. create(Supplier<V> supplier, Consumer<V> cleaner)
-