Uses of Interface
org.apache.activemq.artemis.core.io.util.ByteBufferPool
-
Packages that use ByteBufferPool Package Description org.apache.activemq.artemis.core.io.util -
-
Uses of ByteBufferPool in org.apache.activemq.artemis.core.io.util
Methods in org.apache.activemq.artemis.core.io.util that return ByteBufferPool Modifier and Type Method Description static ByteBufferPoolByteBufferPool. threadLocal(boolean direct)Factory method that creates a thread-local pool of capacity 1 ofByteBuffers of the specified type (direct/heap).
-