Uses of Class
com.fasterxml.aalto.util.BufferRecycler
-
Packages that use BufferRecycler Package Description com.fasterxml.aalto.in com.fasterxml.aalto.out -
-
Uses of BufferRecycler in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as BufferRecycler Modifier and Type Field Description protected BufferRecycler
ReaderConfig. _currRecycler
This is the actually container of the recyclable buffers.Fields in com.fasterxml.aalto.in with type parameters of type BufferRecycler Modifier and Type Field Description (package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>>
ReaderConfig. _recyclerRef
ThisThreadLocal
contains aSoftRerefence
to aBufferRecycler
used to provide a low-cost buffer recycling between Reader instances.Methods in com.fasterxml.aalto.in that return BufferRecycler Modifier and Type Method Description private BufferRecycler
ReaderConfig. createRecycler()
-
Uses of BufferRecycler in com.fasterxml.aalto.out
Fields in com.fasterxml.aalto.out declared as BufferRecycler Modifier and Type Field Description (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 BufferRecycler Modifier and Type Field Description (package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>>
WriterConfig. mRecyclerRef
ThisThreadLocal
contains aSoftRerefence
to aBufferRecycler
used to provide a low-cost buffer recycling between Reader instances.Methods in com.fasterxml.aalto.out that return BufferRecycler Modifier and Type Method Description private BufferRecycler
WriterConfig. createRecycler()
-