Class CoreMessageObjectPools
java.lang.Object
org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools
-
Constructor Summary
ConstructorsConstructorDescriptionCoreMessageObjectPools(int addressPoolCapacity, int groupIdCapacity, int propertyKeyCapacity, int propertyValueCapacity) -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleStringcachedAddressSimpleString(String address, CoreMessageObjectPools coreMessageObjectPools)
-
Constructor Details
-
CoreMessageObjectPools
public CoreMessageObjectPools(int addressPoolCapacity, int groupIdCapacity, int propertyKeyCapacity, int propertyValueCapacity) -
CoreMessageObjectPools
public CoreMessageObjectPools()
-
-
Method Details
-
getAddressDecoderPool
-
getAddressStringSimpleStringPool
-
getGroupIdStringSimpleStringPool
-
getPropertiesDecoderPools
-
getPropertiesStringSimpleStringPools
public TypedProperties.TypedPropertiesStringSimpleStringPools getPropertiesStringSimpleStringPools() -
cachedAddressSimpleString
public static SimpleString cachedAddressSimpleString(String address, CoreMessageObjectPools coreMessageObjectPools)
-