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 classEmptyMessageGroupSetRepresents an emptyMessageGroupSetclassSimpleMessageGroupSetA simple implementation which just uses aSetFields in org.apache.activemq.broker.region.group declared as MessageGroupSet Modifier and Type Field Description static MessageGroupSetEmptyMessageGroupSet. INSTANCEMethods in org.apache.activemq.broker.region.group that return MessageGroupSet Modifier and Type Method Description protected MessageGroupSetMessageGroupHashBucket. createMessageGroupSet(int bucketNumber)protected MessageGroupSetMessageGroupHashBucket. createMessageGroupSet(int bucketNumber, MessageGroupSet parent)MessageGroupSetCachedMessageGroupMap. removeConsumer(ConsumerId consumerId)MessageGroupSetMessageGroupHashBucket. removeConsumer(ConsumerId consumerId)MessageGroupSetMessageGroupMap. removeConsumer(ConsumerId consumerId)MessageGroupSetSimpleMessageGroupMap. removeConsumer(ConsumerId consumerId)Methods in org.apache.activemq.broker.region.group with parameters of type MessageGroupSet Modifier and Type Method Description protected MessageGroupSetMessageGroupHashBucket. createMessageGroupSet(int bucketNumber, MessageGroupSet parent)
-