org.apache.activemq.broker.region.group
Class CachedMessageGroupMapFactory
java.lang.Object
org.apache.activemq.broker.region.group.CachedMessageGroupMapFactory
- All Implemented Interfaces:
- MessageGroupMapFactory
public class CachedMessageGroupMapFactory
- extends Object
- implements MessageGroupMapFactory
A factory to create instances of CachedMessageGroupMap when implementing the
Message Groups functionality.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedMessageGroupMapFactory
public CachedMessageGroupMapFactory()
getCacheSize
public int getCacheSize()
setCacheSize
public void setCacheSize(int cacheSize)
createMessageGroupMap
public MessageGroupMap createMessageGroupMap()
- Specified by:
createMessageGroupMap in interface MessageGroupMapFactory
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.