public class MessageGroupHashBucketFactory extends Object implements MessageGroupMapFactory
SimpleMessageGroupMap
when
implementing the Message
Groups functionality.Constructor and Description |
---|
MessageGroupHashBucketFactory() |
Modifier and Type | Method and Description |
---|---|
MessageGroupMap |
createMessageGroupMap() |
int |
getBucketCount() |
int |
getCacheSize() |
void |
setBucketCount(int bucketCount)
Sets the number of hash buckets to use for the message group
functionality.
|
void |
setCacheSize(int cacheSize) |
public MessageGroupHashBucketFactory()
public MessageGroupMap createMessageGroupMap()
createMessageGroupMap
in interface MessageGroupMapFactory
public int getBucketCount()
public void setBucketCount(int bucketCount)
public int getCacheSize()
public void setCacheSize(int cacheSize)
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.