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