Class TypedProperties.TypedPropertiesDecoderPools
- java.lang.Object
-
- org.apache.activemq.artemis.utils.collections.TypedProperties.TypedPropertiesDecoderPools
-
- Enclosing class:
- TypedProperties
public static class TypedProperties.TypedPropertiesDecoderPools extends Object
-
-
Constructor Summary
Constructors Constructor Description TypedPropertiesDecoderPools()TypedPropertiesDecoderPools(int keyPoolCapacity, int valuePoolCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleString.ByteBufSimpleStringPoolgetPropertyKeysPool()TypedProperties.StringValue.ByteBufStringValuePoolgetPropertyValuesPool()
-
-
-
Method Detail
-
getPropertyKeysPool
public SimpleString.ByteBufSimpleStringPool getPropertyKeysPool()
-
getPropertyValuesPool
public TypedProperties.StringValue.ByteBufStringValuePool getPropertyValuesPool()
-
-