Uses of Class
com.fasterxml.aalto.util.BufferRecycler
Packages that use BufferRecycler
-
Uses of BufferRecycler in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as BufferRecyclerModifier and TypeFieldDescriptionprotected BufferRecycler
ReaderConfig._currRecycler
This is the actually container of the recyclable buffers.Fields in com.fasterxml.aalto.in with type parameters of type BufferRecyclerModifier and TypeFieldDescription(package private) static final ThreadLocal
<SoftReference<BufferRecycler>> ReaderConfig._recyclerRef
ThisThreadLocal
contains ainvalid reference
SoftRerefence
BufferRecycler
used to provide a low-cost buffer recycling between Reader instances.Methods in com.fasterxml.aalto.in that return BufferRecycler -
Uses of BufferRecycler in com.fasterxml.aalto.out
Fields in com.fasterxml.aalto.out declared as BufferRecyclerModifier and TypeFieldDescription(package private) BufferRecycler
WriterConfig._currRecycler
This is the actually container of the recyclable buffers.Fields in com.fasterxml.aalto.out with type parameters of type BufferRecyclerModifier and TypeFieldDescription(package private) static final ThreadLocal
<SoftReference<BufferRecycler>> WriterConfig.mRecyclerRef
ThisThreadLocal
contains ainvalid reference
SoftRerefence
BufferRecycler
used to provide a low-cost buffer recycling between Reader instances.Methods in com.fasterxml.aalto.out that return BufferRecycler