public class CoreMessageObjectPools extends Object
| Constructor and Description |
|---|
CoreMessageObjectPools() |
CoreMessageObjectPools(int addressPoolCapacity,
int groupIdCapacity,
int propertyKeyCapacity,
int propertyValueCapacity) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleString |
cachedAddressSimpleString(String address,
CoreMessageObjectPools coreMessageObjectPools) |
SimpleString.ByteBufSimpleStringPool |
getAddressDecoderPool() |
SimpleString.StringSimpleStringPool |
getAddressStringSimpleStringPool() |
SimpleString.StringSimpleStringPool |
getGroupIdStringSimpleStringPool() |
TypedProperties.TypedPropertiesDecoderPools |
getPropertiesDecoderPools() |
TypedProperties.TypedPropertiesStringSimpleStringPools |
getPropertiesStringSimpleStringPools() |
public CoreMessageObjectPools(int addressPoolCapacity,
int groupIdCapacity,
int propertyKeyCapacity,
int propertyValueCapacity)
public CoreMessageObjectPools()
public SimpleString.ByteBufSimpleStringPool getAddressDecoderPool()
public SimpleString.StringSimpleStringPool getAddressStringSimpleStringPool()
public SimpleString.StringSimpleStringPool getGroupIdStringSimpleStringPool()
public TypedProperties.TypedPropertiesDecoderPools getPropertiesDecoderPools()
public TypedProperties.TypedPropertiesStringSimpleStringPools getPropertiesStringSimpleStringPools()
public static SimpleString cachedAddressSimpleString(String address, CoreMessageObjectPools coreMessageObjectPools)
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.