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(java.io.DataInput dataIn) |
Modifier and Type | Method and Description |
---|---|
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStoreAdapter.getMapReferenceContainer(java.lang.Object id,
java.lang.String containerName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
KahaReferenceStore.recoverReference(MessageRecoveryListener listener,
ReferenceRecord record) |
void |
ReferenceRecordMarshaller.writePayload(ReferenceRecord rr,
java.io.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<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
Copyright © 2005-2014. All Rights Reserved.