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