Uses of Class
org.apache.activemq.artemis.api.core.SimpleString.ByteBufSimpleStringPool
-
Packages that use SimpleString.ByteBufSimpleStringPool Package Description org.apache.activemq.artemis.api.core org.apache.activemq.artemis.core.persistence org.apache.activemq.artemis.utils.collections -
-
Uses of SimpleString.ByteBufSimpleStringPool in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core with parameters of type SimpleString.ByteBufSimpleStringPool Modifier and Type Method Description static SimpleStringSimpleString. readNullableSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString.ByteBufSimpleStringPool pool)static SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString.ByteBufSimpleStringPool pool) -
Uses of SimpleString.ByteBufSimpleStringPool in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return SimpleString.ByteBufSimpleStringPool Modifier and Type Method Description SimpleString.ByteBufSimpleStringPoolCoreMessageObjectPools. getAddressDecoderPool() -
Uses of SimpleString.ByteBufSimpleStringPool in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return SimpleString.ByteBufSimpleStringPool Modifier and Type Method Description SimpleString.ByteBufSimpleStringPoolTypedProperties.TypedPropertiesDecoderPools. getPropertyKeysPool()
-