Class CoreMessageObjectPools
- java.lang.Object
-
- org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools
-
public class CoreMessageObjectPools extends Object
-
-
Constructor Summary
Constructors Constructor Description CoreMessageObjectPools()CoreMessageObjectPools(int addressPoolCapacity, int groupIdCapacity, int propertyKeyCapacity, int propertyValueCapacity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleStringcachedAddressSimpleString(String address, CoreMessageObjectPools coreMessageObjectPools)SimpleString.ByteBufSimpleStringPoolgetAddressDecoderPool()SimpleString.StringSimpleStringPoolgetAddressStringSimpleStringPool()SimpleString.StringSimpleStringPoolgetGroupIdStringSimpleStringPool()TypedProperties.TypedPropertiesDecoderPoolsgetPropertiesDecoderPools()TypedProperties.TypedPropertiesStringSimpleStringPoolsgetPropertiesStringSimpleStringPools()
-
-
-
Method Detail
-
getAddressDecoderPool
public SimpleString.ByteBufSimpleStringPool getAddressDecoderPool()
-
getAddressStringSimpleStringPool
public SimpleString.StringSimpleStringPool getAddressStringSimpleStringPool()
-
getGroupIdStringSimpleStringPool
public SimpleString.StringSimpleStringPool getGroupIdStringSimpleStringPool()
-
getPropertiesDecoderPools
public TypedProperties.TypedPropertiesDecoderPools getPropertiesDecoderPools()
-
getPropertiesStringSimpleStringPools
public TypedProperties.TypedPropertiesStringSimpleStringPools getPropertiesStringSimpleStringPools()
-
cachedAddressSimpleString
public static SimpleString cachedAddressSimpleString(String address, CoreMessageObjectPools coreMessageObjectPools)
-
-