Uses of Interface
org.apache.activemq.broker.region.group.MessageGroupSet
-
Packages that use MessageGroupSet Package Description org.apache.activemq.broker.region.group Classes to implement the Message Groups feature. -
-
Uses of MessageGroupSet in org.apache.activemq.broker.region.group
Classes in org.apache.activemq.broker.region.group that implement MessageGroupSet Modifier and Type Class Description class
EmptyMessageGroupSet
Represents an emptyMessageGroupSet
class
SimpleMessageGroupSet
A simple implementation which just uses aSet
Fields in org.apache.activemq.broker.region.group declared as MessageGroupSet Modifier and Type Field Description static MessageGroupSet
EmptyMessageGroupSet. INSTANCE
Methods in org.apache.activemq.broker.region.group that return MessageGroupSet Modifier and Type Method Description protected MessageGroupSet
MessageGroupHashBucket. createMessageGroupSet(int bucketNumber)
protected MessageGroupSet
MessageGroupHashBucket. createMessageGroupSet(int bucketNumber, MessageGroupSet parent)
MessageGroupSet
CachedMessageGroupMap. removeConsumer(ConsumerId consumerId)
MessageGroupSet
MessageGroupHashBucket. removeConsumer(ConsumerId consumerId)
MessageGroupSet
MessageGroupMap. removeConsumer(ConsumerId consumerId)
MessageGroupSet
SimpleMessageGroupMap. removeConsumer(ConsumerId consumerId)
Methods in org.apache.activemq.broker.region.group with parameters of type MessageGroupSet Modifier and Type Method Description protected MessageGroupSet
MessageGroupHashBucket. createMessageGroupSet(int bucketNumber, MessageGroupSet parent)
-