| Package | Description |
|---|---|
| org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
| Modifier and Type | Field and Description |
|---|---|
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStore.messageContainer |
| Modifier and Type | Method and Description |
|---|---|
ReferenceRecord |
ReferenceRecordMarshaller.readPayload(DataInput dataIn) |
| Modifier and Type | Method and Description |
|---|---|
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStoreAdapter.getMapReferenceContainer(Object id,
String containerName) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
KahaReferenceStore.recoverReference(MessageRecoveryListener listener,
ReferenceRecord record) |
void |
ReferenceRecordMarshaller.writePayload(ReferenceRecord rr,
DataOutput dataOut) |
| Constructor and Description |
|---|
KahaReferenceStore(KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> container,
ActiveMQDestination destination) |
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
Copyright © 2005–2017. All rights reserved.