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 BufferRecyclerReaderConfig. _currRecyclerThis 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. _recyclerRefThisThreadLocalcontains aSoftRerefenceto aBufferRecyclerused 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 BufferRecyclerReaderConfig. 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) BufferRecyclerWriterConfig. _currRecyclerThis 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. mRecyclerRefThisThreadLocalcontains aSoftRerefenceto aBufferRecyclerused 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 BufferRecyclerWriterConfig. createRecycler()
-