Package | Description |
---|---|
org.apache.activemq.broker.region.group |
Classes to implement the Message Groups feature.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyMessageGroupSet
Represents an empty
MessageGroupSet |
class |
SimpleMessageGroupSet
A simple implementation which just uses a
Set |
Modifier and Type | Field and Description |
---|---|
static MessageGroupSet |
EmptyMessageGroupSet.INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected MessageGroupSet |
MessageGroupHashBucket.createMessageGroupSet(int bucketNumber) |
protected MessageGroupSet |
MessageGroupHashBucket.createMessageGroupSet(int bucketNumber,
MessageGroupSet parent) |
MessageGroupSet |
MessageGroupMap.removeConsumer(ConsumerId consumerId) |
MessageGroupSet |
MessageGroupHashBucket.removeConsumer(ConsumerId consumerId) |
MessageGroupSet |
CachedMessageGroupMap.removeConsumer(ConsumerId consumerId) |
MessageGroupSet |
SimpleMessageGroupMap.removeConsumer(ConsumerId consumerId) |
Modifier and Type | Method and Description |
---|---|
protected MessageGroupSet |
MessageGroupHashBucket.createMessageGroupSet(int bucketNumber,
MessageGroupSet parent) |
Copyright © 2005–2017. All rights reserved.